Browse Source

pass a path to phpunit config

Piotr Kwiecinski 4 năm trước cách đây
mục cha
commit
1eb9431490
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 $*"