You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,6 @@ script:
59
59
- test $TEST_SUITE = "functional" && TEST_FILTER='dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests.php' || true
60
60
61
61
# The scripts for grunt/phpunit type tests
62
-
- if [ $TEST_SUITE == "functional" ]; then dev/tests/functional/vendor/phpunit/phpunit/phpunit -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
63
-
- if [ $TEST_SUITE != "functional" && $TEST_SUITE != "js" ]; then phpunit -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
62
+
- if [ $TEST_SUITE == "functional" ]; then dev/tests/functional/vendor/phpunit/phpunit/phpunit --debug --verbose -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
63
+
- if [ $TEST_SUITE != "functional" ] && [ $TEST_SUITE != "js" ]; then phpunit --debug --verbose -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
64
64
- if [ $TEST_SUITE == "js" ]; then grunt $GRUNT_COMMAND; fi
0 commit comments