Skip to content

Commit 3ad735b

Browse files
committed
Attempt fixing HHVM "Puli Factory is not available" problem.
1 parent ac3c141 commit 3ad735b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/HttpClientTestCase.php

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
*/
99
abstract class HttpClientTestCase extends HttpClientTest
1010
{
11+
public static function setUpBeforeClass()
12+
{
13+
//self::$logPath = PHPUnitUtility::getFile(true, 'php-http-adapter.log');
14+
}
15+
1116
/**
1217
* @dataProvider requestProvider
1318
* @group integration

0 commit comments

Comments
 (0)