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).
This commit is contained in:
Andrew Nicols
2014-11-12 11:46:03 +08:00
parent 683d7de4d1
commit a9edd8a671
+1 -1
View File
@@ -435,7 +435,7 @@ class phpunit_util extends testing_util {
global $CFG;
$template = '
<testsuite name="@component@ test suite">
<testsuite name="@component@_testsuite">
<directory suffix="_test.php">@dir@</directory>
</testsuite>';
$data = file_get_contents("$CFG->dirroot/phpunit.xml.dist");