debugging failing test

This commit is contained in:
thefosk
2014-02-19 11:18:20 -08:00
parent f3af9e8196
commit cabef82a6d

View File

@@ -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",