public function PatternsParserTestCase::testValidP in Patterns 7
Same name and namespace in other branches
- 7.2 tests/parser/parser.test \PatternsParserTestCase::testvalidP()
File
- tests/
parser/ parser.test, line 30 - SimpleTests for the Taxonomy component of Patterns.
Class
- PatternsParserTestCase
- @file SimpleTests for the Taxonomy component of Patterns.
Code
public function testValidP() {
$dir = $this->parser_tests_dir . 'valid/';
$this
->callbackOnDir($dir, array(
&$this,
'check_valid',
));
}