public static function ShurlyTestCase::getInfo in ShURLy 7
File
- ./
shurly.test, line 15 - Tests for the Shurly module.
Class
- ShurlyTestCase
- Shurly tests.
Code
public static function getInfo() {
return array(
'name' => 'Shurly tests',
'description' => 'Tests for the shurly module.',
'group' => 'Shurly',
);
}