Sfoglia il codice sorgente

pass a path to phpunit config

Piotr Kwiecinski 4 anni fa
parent
commit
1eb9431490
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 $*"