From cc2621c4039d5f7d38e55d0faaba3588198a6632 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Wed, 12 Nov 2014 11:46:03 +0800 Subject: [PATCH] MDL-48194 testing: Adjust naming of testsuites in phpunit.xml This will make it easier to run phpunit for a specific component by making all testsuite names consistent, guessable, and in-line with the naming of the parameter (testsuite vs. test suite). --- lib/phpunit/classes/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/phpunit/classes/util.php b/lib/phpunit/classes/util.php index 393cc30bba8..d6920b2582b 100644 --- a/lib/phpunit/classes/util.php +++ b/lib/phpunit/classes/util.php @@ -435,7 +435,7 @@ class phpunit_util extends testing_util { global $CFG; $template = ' - + @dir@ '; $data = file_get_contents("$CFG->dirroot/phpunit.xml.dist");