identation fix
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use Unirest\Request as Request;
|
|
||||||
|
|
||||||
namespace Unirest;
|
namespace Unirest;
|
||||||
|
|
||||||
|
use Unirest\Request as Request;
|
||||||
|
|
||||||
define('UPLOAD_FIXTURE', dirname(dirname(__FILE__)) . '/fixtures/upload.txt');
|
define('UPLOAD_FIXTURE', dirname(dirname(__FILE__)) . '/fixtures/upload.txt');
|
||||||
|
|
||||||
class UnirestTest extends \PHPUnit_Framework_TestCase
|
class UnirestTest extends \PHPUnit_Framework_TestCase
|
||||||
@@ -378,6 +378,7 @@ class UnirestTest extends \PHPUnit_Framework_TestCase
|
|||||||
'from' => 'mail@mailinator.com',
|
'from' => 'mail@mailinator.com',
|
||||||
'file' => $file
|
'file' => $file
|
||||||
);
|
);
|
||||||
|
|
||||||
Request::buildHTTPCurlQuery($body, $postBody);
|
Request::buildHTTPCurlQuery($body, $postBody);
|
||||||
$this->assertEquals($postBody['file'], $file);
|
$this->assertEquals($postBody['file'], $file);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user