We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db91bd commit 77dd53aCopy full SHA for 77dd53a
1 file changed
script_phpunit.sh
@@ -22,4 +22,4 @@ php ./Tests/Functional/app/console --env=test doctrine:database:create
22
php ./Tests/Functional/app/console --env=test doctrine:schema:create
23
php ./Tests/Functional/app/console --env=test doctrine:schema:update --force
24
25
-phpunit -c ./ --testdox
+./vendor/phpunit/phpunit/phpunit.php -c ./ --testdox
0 commit comments