Merge branch 'MDL-34484' of git://github.com/timhunt/moodle

This commit is contained in:
Dan Poltawski 2012-07-24 15:40:18 +08:00
commit 226c5493ac

View File

@ -925,7 +925,7 @@ class phpunit_util {
global $CFG;
$template = '
<testsuite name="@component@">
<testsuite name="@component@ test suite">
<directory suffix="_test.php">@dir@</directory>
</testsuite>';
$data = file_get_contents("$CFG->dirroot/phpunit.xml.dist");