public static function RegistryAutoloadTestCase::getInfo in Registry Autoload 7
File
- ./
registry_autoload.test, line 13 - registry_autoload tests.
Class
- RegistryAutoloadTestCase
- Test basics.
Code
public static function getInfo() {
return array(
'name' => 'Registry Autoload',
'description' => 'Tests loading classes inserted with registry autoload into the registry.',
'group' => 'Registry',
);
}