PHP Class ParaTest\Parser\Parser

Afficher le fichier Open project: brianium/paratest Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $srcPath )
getClass ( ) : null | ParaTest\Parser\ParsedClass Returns the fully constructed class with methods or null if the class is abstract

Private Methods

Méthode Description
classNameMatchesFileName ( $filename, $className ) : boolean
getClassName ( $filename, $previousDeclaredClasses ) : string Return the class name of the class contained in the file
getCleanReflectionName ( ) : string Return reflection name with null bytes stripped
getMethods ( ) : array Return all test methods present in the file
invertSlashes ( $className )

Method Details

__construct() public méthode

public __construct ( $srcPath )

getClass() public méthode

Returns the fully constructed class with methods or null if the class is abstract
public getClass ( ) : null | ParaTest\Parser\ParsedClass
Résultat null | ParaTest\Parser\ParsedClass