public static function EditorFileUsageTest::getInfo in Editor 7
File
- ./
editor.test, line 1035 - Tests for Editor module.
Class
- EditorFileUsageTest
- Tests file usage.
Code
public static function getInfo() {
return array(
'name' => 'Editor file usage test',
'description' => 'Tests usage tracking of embedded file entities.',
'group' => 'Editor',
);
}