You are here

public function PatternsParserTestCase::testInvalidP in Patterns 7.2

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

File

tests/parser/parser.test, line 35
SimpleTests for the Taxonomy component of Patterns.

Class

PatternsParserTestCase
@file SimpleTests for the Taxonomy component of Patterns.

Code

public function testInvalidP() {
  $dir = $this->parser_tests_dir . 'invalid/';
  $this
    ->callbackOnDir($dir, array(
    &$this,
    'check_invalid',
  ));
}