Ver Fonte

pass a path to phpunit config

Piotr Kwiecinski há 5 anos atrás
pai
commit
1eb9431490
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      compose/bin/dev-test-run

+ 1 - 1
compose/bin/dev-test-run

@@ -4,4 +4,4 @@
 
 TEST_TYPE="$1"
 shift
-bin/clinotty bash -c "cd dev/tests/${TEST_TYPE} && ../../../vendor/bin/phpunit $*"
+bin/clinotty bash -c "cd dev/tests/${TEST_TYPE} && ../../../vendor/bin/phpunit -c phpunit.xml.dist $*"