mirror of
https://github.com/moodle/moodle.git
synced 2025-05-06 08:15:51 +02:00
The testsuite name is fed straight into a class_exists() in PHPUnit_Framework_TestSuite. In some cases, e.g. cachestore_static, the class does exist, it's then fed into a ReflectionClass, and the test fails. The testsuite needs to not conflict with any classes which could be autoloaded in Moodle core.