public static function EntityBackgroundAPITest::getInfo in Entity background 7
File
- tests/
entity_background.test, line 89 - Test classes for Entity backgrounds.
Class
- EntityBackgroundAPITest
- Class EntityBackgroundAPITest
Code
public static function getInfo() {
return array(
'name' => 'Test EB API',
'description' => 'Ensure that the basic API in eb work.',
'group' => 'Entity background',
);
}