Explorar el Código

pass a path to phpunit config

Piotr Kwiecinski hace 5 años
padre
commit
1eb9431490
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 $*"