public static function EntityDeleteLogTest::getInfo in Entity Delete Log 7
File
- ./
entity_delete_log.test, line 12
Class
- EntityDeleteLogTest
- Tests for Entity Delete Log.
Code
public static function getInfo() {
// Note that getInfo() strings are not translated with t().
return array(
'name' => 'Entity delete log',
'description' => 'Ensure that Entity delete log functions properly.',
'group' => 'Entity delete log',
);
}