Skip to content

Commit 795b09a

Browse files
committed
fixing wrong config files
1 parent 91dd1f6 commit 795b09a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ops/contrib/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ then
9797
fi
9898

9999
echo "Running Unit Tests..."
100-
docker exec $container vendor/bin/phpunit --configuration tests/config/phpunit-unit.xml -d memory_limit=1024M
100+
docker exec $container vendor/bin/phpunit --configuration tests/config/phpunit-unit-cover.xml -d memory_limit=1024M
101101

102102
if [ $? != 0 ]
103103
then
@@ -106,7 +106,7 @@ then
106106
fi
107107

108108
echo "Running Feature Tests..."
109-
docker exec $container vendor/bin/phpunit --configuration tests/config/phpunit-feat.xml -d memory_limit=1024M
109+
docker exec $container vendor/bin/phpunit --configuration tests/config/phpunit-feat-cover.xml -d memory_limit=1024M
110110

111111
if [ $? != 0 ]
112112
then

0 commit comments

Comments
 (0)