PHP Class Go\Aop\Pointcut\PointcutParserTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: goaop/framework

Protected Properties

Property Type Description
$lexer null | Dissect\Lexer\Lexer
$parser null | PointcutParser

Public Methods

Method Description
testParsingExpression ( $pointcutExpression ) Tests parsing
validPointcutDefinitions ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testParsingExpression() public method

Tests parsing
public testParsingExpression ( $pointcutExpression )

validPointcutDefinitions() public method

Property Details

$lexer protected_oe property

protected null|Lexer,Dissect\Lexer $lexer
return null | Dissect\Lexer\Lexer

$parser protected_oe property

protected null|PointcutParser,Go\Aop\Pointcut $parser
return null | PointcutParser