From 8d76f1bde72e6c922a3a5fc3807f4a7f636f76e1 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Fri, 10 Sep 2010 17:31:40 +0000 Subject: [PATCH] For those poor souls who use Windows instead of Make but still need to run tests... --- maintenance/tests/phpunit/run-tests.bat | 1 + 1 file changed, 1 insertion(+) create mode 100644 maintenance/tests/phpunit/run-tests.bat 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 -- 2.20.1