From cabef82a6d7d045a23833ce0550e1e883de68a9f Mon Sep 17 00:00:00 2001 From: thefosk Date: Wed, 19 Feb 2014 11:18:20 -0800 Subject: [PATCH] debugging failing test --- test/Unirest/UnirestTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Unirest/UnirestTest.php b/test/Unirest/UnirestTest.php index faffaed..9303f27 100644 --- a/test/Unirest/UnirestTest.php +++ b/test/Unirest/UnirestTest.php @@ -104,6 +104,9 @@ class UnirestTest extends UnitTestCase } public function testUpload() { + + var_dump(file_get_contents(dirname(__FILE__) . "/test_upload.txt")); + $response = Unirest::post("http://httpbin.org/post", array( "Accept" => "application/json" ), array( "name" => "Mark",