File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
env :
13
13
global :
14
- - TEST_COMMAND="composer test "
14
+ - TEST_COMMAND="./vendor/bin/phpunit "
15
15
16
16
branches :
17
17
except :
@@ -24,4 +24,6 @@ install:
24
24
- travis_retry composer update --prefer-dist --no-interaction
25
25
26
26
script :
27
- - $TEST_COMMAND
27
+ - $TEST_COMMAND --testsuite Guzzle
28
+ - $TEST_COMMAND --testsuite Zend
29
+ - $TEST_COMMAND --testsuite Slim
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ public function testWithoutHeader()
150
150
// Remove a header
151
151
$ message = $ message ->withoutHeader ('age ' );
152
152
$ headers = $ message ->getHeaders ();
153
- $ this ->assertCount ($ headerCount- 1 , $ headers );
153
+ $ this ->assertCount ($ headerCount - 1 , $ headers );
154
154
$ this ->assertFalse (isset ($ headers ['Age ' ]));
155
155
}
156
156
You can’t perform that action at this time.
0 commit comments