We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad735b commit 5e286adCopy full SHA for 5e286ad
.travis.yml
@@ -21,6 +21,8 @@ matrix:
21
include:
22
- php: 5.5
23
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true PHPUNIT_FLAGS="--coverage-clover build/coverage.xml"
24
+ allow_failures:
25
+ - php: hhvm
26
27
before_install:
28
- travis_retry composer self-update
tests/HttpClientTestCase.php
@@ -8,11 +8,6 @@
8
*/
9
abstract class HttpClientTestCase extends HttpClientTest
10
{
11
- public static function setUpBeforeClass()
12
- {
13
- //self::$logPath = PHPUnitUtility::getFile(true, 'php-http-adapter.log');
14
- }
15
-
16
/**
17
* @dataProvider requestProvider
18
* @group integration
0 commit comments