public static function ScaldAtomEntityTestCase::getInfo in Scald: Media Management made easy 7
File
- tests/
scald.test, line 321 - Tests for scald.module.
Class
- ScaldAtomEntityTestCase
- Test the Scald atom entities.
Code
public static function getInfo() {
return array(
'name' => 'Scald atom entities',
'description' => 'Test the Scald atom entities.',
'group' => 'Scald',
);
}