We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccf7b8 commit 1555197Copy full SHA for 1555197
.travis.yml
@@ -34,4 +34,4 @@ before_script: ./dev/travis/before_script.sh
34
script:
35
- cd dev/tests/$TEST_SUITE
36
- test $TEST_SUITE = "static" && TEST_FILTER='--filter "Magento\\Test\\Php\\LiveCodeTest"' || true
37
- - phpunit $TEST_FILTER
+ - phpunit --verbose --debug $TEST_FILTER
0 commit comments