Skip to content

Commit 01b15d7

Browse files
committed
Fix namespace of feature printer
1 parent 662733c commit 01b15d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ before_script: vendor/bin/http_test_server > /dev/null 2>&1 &
3636

3737
script:
3838
- $TEST_COMMAND
39-
- ./vendor/bin/phpunit tests/SocketClientFeatureTest.php --printer \Http\Client\Tests\FeatureTestListener || echo ""
39+
- ./vendor/bin/phpunit tests/SocketClientFeatureTest.php --printer Http\\Client\\Tests\\FeatureTestListener || echo ""
4040

4141
after_success:
4242
- if [[ "$COVERAGE" = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi

0 commit comments

Comments
 (0)