public static function DynamicBackgroundTestCase::getInfo in Dynamic Background 7
Implemts getInfo() so it will show up on the test overview page.
File
- ./
dynamic_background.test, line 11
Class
Code
public static function getInfo() {
return array(
'name' => 'Dynamic Background',
'description' => 'Ensures that the dynamic background administarion interface works.',
'group' => 'Dynamic Background',
);
}