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 5c9c4fa commit 0e906baCopy full SHA for 0e906ba
.travis.yml
@@ -60,6 +60,6 @@ script:
60
61
# The scripts for grunt/phpunit type tests
62
- if [ $TEST_SUITE == "functional" ]; then
63
- dev/tests/functional/vendor/phpunit/phpunit/phpunit --debug --verbose -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
64
- - if [ $TEST_SUITE != "functional" && $TEST_SUITE != "js" ]; then phpunit --debug --verbose -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
+ dev/tests/functional/vendor/phpunit/phpunit/phpunit -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
+ - if [ $TEST_SUITE != "functional" && $TEST_SUITE != "js" ]; then phpunit -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
65
- if [ $TEST_SUITE == "js" ]; then grunt $GRUNT_COMMAND; fi
0 commit comments