Merge branch 'MDL-48194-28' of git://github.com/andrewnicols/moodle into MOODLE_28_STABLE

This commit is contained in:
Sam Hemelryk
2014-11-17 13:39:17 +13:00
+1 -1
View File
@@ -438,7 +438,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");