From 6d8019438fe3952abfce55e523d43427237d7378 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 8c2727d83ec..6fe35313058 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");