Removed debugging in unit test.
This commit is contained in:
parent
70dc429d0d
commit
d27aaba85e
@ -150,7 +150,7 @@ class RemoteObjectTest extends \HPCloud\Tests\TestCase {
|
|||||||
$headers = $obj->headers();
|
$headers = $obj->headers();
|
||||||
$this->assertTrue(count($headers) > 1);
|
$this->assertTrue(count($headers) > 1);
|
||||||
|
|
||||||
fwrite(STDOUT, print_r($headers, TRUE));
|
//fwrite(STDOUT, print_r($headers, TRUE));
|
||||||
|
|
||||||
$this->assertNotEmpty($headers['Date']);
|
$this->assertNotEmpty($headers['Date']);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user