public static function RemoveGeneratorTestCase::getInfo in Remove Generator META tag 7
File
- ./
remove_generator.test, line 11 - Tests for Remove Generator.
Class
- RemoveGeneratorTestCase
- Functional tests for the Generator META tag.
Code
public static function getInfo() {
return array(
'name' => 'Remove Generator',
'description' => 'Tests removal of the Generator META tag.',
'group' => 'Remove Generator',
);
}