Skip to content

Commit 91dd1f6

Browse files
Merge pull request #28 from rgomids/fix/pre-commit-adjust
fix - removing phpdbg use in tests
2 parents 7d32bdd + 12e4545 commit 91dd1f6

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 phpdbg -qrr vendor/bin/phpunit --configuration tests/config/phpunit-unit-cover.xml -d memory_limit=1024M
100+
docker exec $container vendor/bin/phpunit --configuration tests/config/phpunit-unit.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 phpdbg -qrr vendor/bin/phpunit --configuration tests/config/phpunit-feat-cover.xml -d memory_limit=1024M
109+
docker exec $container vendor/bin/phpunit --configuration tests/config/phpunit-feat.xml -d memory_limit=1024M
110110

111111
if [ $? != 0 ]
112112
then

0 commit comments

Comments
 (0)