fixing tests

This commit is contained in:
thefosk
2014-01-07 05:44:07 +01:00
parent 63c05ad022
commit 0b16885db4

View File

@@ -80,6 +80,8 @@ class UnirestTest extends UnitTestCase
$this->expectException();
$response = Unirest::get("http://httpbin.org/delay/3");
Unirest::timeout(null); // Cleaning timeout for the other tests
}
public function testTimeoutSuccess()