public static function PatternsParserTestCase::getInfo in Patterns 7
Same name and namespace in other branches
- 7.2 tests/parser/parser.test \PatternsParserTestCase::getInfo()
File
- tests/
parser/ parser.test, line 11 - SimpleTests for the Taxonomy component of Patterns.
Class
- PatternsParserTestCase
- @file SimpleTests for the Taxonomy component of Patterns.
Code
public static function getInfo() {
return array(
'name' => 'Parser',
'description' => 'Tests the validation algorithm against valid and invalid patterns.',
'group' => 'Patterns',
);
}