You are here

public function PatternsParserTestCase::testvalidP in Patterns 7.2

Same name and namespace in other branches
  1. 7 tests/parser/parser.test \PatternsParserTestCase::testValidP()

File

tests/parser/parser.test, line 40
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_semantics/';
  $this
    ->callbackOnDir($dir, array(
    &$this,
    'check_valid_semantics',
  ));
}