‪TYPO3CMS  11.5
NodeVisitor Class Reference
Inheritance diagram for NodeVisitor:

Public Member Functions

 enterNode (Node $node)
 
 enterNode (Node $node)
 

Public Attributes

array $matches = array( )
 

Detailed Description

Class NodeVisitor

This script checks tests do not start with "test" like "public function testSomething". Instead they should be like "public function SomethinIsLike()" and have a

Test:
‪annotation.

This is done for general consistency and the the "splitter" scripts that chunk tests to multiple nodes for functional tests.

Definition at line 31 of file annotationChecker.php.

Member Function Documentation

◆ enterNode() [1/2]

NodeVisitor::enterNode ( Node  $node)

Definition at line 25 of file testMethodPrefixChecker.php.

◆ enterNode() [2/2]

NodeVisitor::enterNode ( Node  $node)

Definition at line 37 of file annotationChecker.php.

References $matches.

Member Data Documentation

◆ $matches

array NodeVisitor::$matches = array( )

Definition at line 35 of file annotationChecker.php.

Referenced by enterNode().