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
@${CONSOLE} doctrine:database:create --env=orm ||echo"Failed to create database. If this is sqlite, this is normal. Otherwise there will be an error with schema creation"
45
+
@${CONSOLE} doctrine:schema:create --env=orm
46
+
@echo '+++ run ORM functional tests +++'
47
+
ifeq ($(HAS_XDEBUG), 0)
48
+
@vendor/bin/phpunit --coverage-clover build/logs/clover.xml --testsuite "functional tests with orm"
49
+
else
50
+
@vendor/bin/phpunit --testsuite "functional tests with orm"
0 commit comments