File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ script:
60
60
61
61
# The scripts for grunt/phpunit type tests
62
62
- if [ $TEST_SUITE == "functional" ]; then
63
- dev/tests/functional/vendor/phpunit/phpunit/phpunit --debug --verbose -c dev/tests/$TEST_SUITE $TEST_FILTER;
64
- else
65
- if [ $TEST_SUITE != "js" ]; then phpunit --debug --verbose -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
66
- if [ $TEST_SUITE == "js" ]; then grunt $GRUNT_COMMAND; fi
67
- fi
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
65
+ - if [ $TEST_SUITE == "js" ]; then grunt $GRUNT_COMMAND; fi
You can’t perform that action at this time.
0 commit comments