public static function BootstrapVariableTestCase::getInfo in SimpleTest 7
File
- tests/
bootstrap.test, line 187
Class
Code
public static function getInfo() {
return array(
'name' => 'Variable test',
'description' => 'Make sure the variable system functions correctly.',
'group' => 'Bootstrap',
);
}