public function PatternsParserTestCase::testInvalidP in Patterns 7        
                          
                  
                        Same name and namespace in other branches
- 7.2 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',
  ));
}