You are here

public function PatternsParserTestCase::testValidSyntaxP in Patterns 7.2

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 testValidSyntaxP() {
  $dir = $this->parser_tests_dir . 'valid_syntax/';
  $this
    ->callbackOnDir($dir, array(
    &$this,
    'check_valid_syntax_only',
  ));
}