Skip to content

Commit 6486b65

Browse files
committed
Merge pull request #38 from ricbra/fix_phpunit
Fixed script_phpunit.sh to make use of phpunit in vendor
2 parents 88a3d59 + 77dd53a commit 6486b65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script_phpunit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ php ./Tests/Functional/app/console --env=test doctrine:database:create
2222
php ./Tests/Functional/app/console --env=test doctrine:schema:create
2323
php ./Tests/Functional/app/console --env=test doctrine:schema:update --force
2424

25-
phpunit -c ./ --testdox
25+
./vendor/phpunit/phpunit/phpunit.php -c ./ --testdox

0 commit comments

Comments
 (0)