We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91dd1f6 commit 795b09aCopy full SHA for 795b09a
ops/contrib/pre-commit
@@ -97,7 +97,7 @@ then
97
fi
98
99
echo "Running Unit Tests..."
100
-docker exec $container vendor/bin/phpunit --configuration tests/config/phpunit-unit.xml -d memory_limit=1024M
+docker exec $container vendor/bin/phpunit --configuration tests/config/phpunit-unit-cover.xml -d memory_limit=1024M
101
102
if [ $? != 0 ]
103
then
@@ -106,7 +106,7 @@ then
106
107
108
echo "Running Feature Tests..."
109
-docker exec $container vendor/bin/phpunit --configuration tests/config/phpunit-feat.xml -d memory_limit=1024M
+docker exec $container vendor/bin/phpunit --configuration tests/config/phpunit-feat-cover.xml -d memory_limit=1024M
110
111
112
0 commit comments