public static function EntityBackgroundFeatureTestCase::getInfo in Entity background 7
File
- tests/
entity_background.test, line 136 - Test classes for Entity backgrounds.
Class
- EntityBackgroundFeatureTestCase
- Class EntityBackgroundFeatureTestCase
Code
public static function getInfo() {
return array(
'name' => 'Test Entity background testing feature module',
'description' => 'Ensure that the Entity background testing feature installs.',
'group' => 'Entity background',
);
}