MDL-34484 unit tests: stop phpunit using testcase names as class names

This commit is contained in:
Tim Hunt 2012-07-23 11:08:37 +01:00
parent 3294034b80
commit 564fcb3bee

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");