From: Max Semenik Date: Fri, 10 Sep 2010 17:31:40 +0000 (+0000) Subject: For those poor souls who use Windows instead of Make but still need to run tests... X-Git-Tag: 1.31.0-rc.0~35055 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=8d76f1bde72e6c922a3a5fc3807f4a7f636f76e1;p=lhc%2Fweb%2Fwiklou.git For those poor souls who use Windows instead of Make but still need to run tests... --- diff --git a/maintenance/tests/phpunit/run-tests.bat b/maintenance/tests/phpunit/run-tests.bat new file mode 100644 index 0000000000..c8338a0d19 --- /dev/null +++ b/maintenance/tests/phpunit/run-tests.bat @@ -0,0 +1 @@ +phpunit --configuration suite.xml %1 %2 %3 %4 %5 %6 %7 %8 %9