PHP Class Pinq\Tests\Integration\Parsing\ReflectionHelperTest

Inheritance: extends Pinq\Tests\PinqTestCase
Afficher le fichier Open project: timetoogo/pinq

Protected Properties

Свойство Type Description
$closureEndLine
$closureStartLine

Méthodes publiques

Méthode Description
method ( )
staticMethod ( )
testClosure ( )
testClosureAfterReflectionGetClosure ( )
testFunction ( )
testFunctionAfterReflectionGetClosure ( )
testMethod ( )
testMethodAfterReflectionGetClosure ( )
testStaticMethod ( )
testStaticMethodAfterReflectionGetClosure ( )

Méthodes protégées

Méthode Description
assertIsClosureReflection ( ReflectionFunctionAbstract $reflection )
assertIsFunctionReflection ( ReflectionFunctionAbstract $reflection )
assertIsMethodReflection ( ReflectionFunctionAbstract $reflection )
assertIsStaticMethodReflection ( ReflectionFunctionAbstract $reflection )
getClosure ( )

Method Details

assertIsClosureReflection() protected méthode

protected assertIsClosureReflection ( ReflectionFunctionAbstract $reflection )
$reflection ReflectionFunctionAbstract

assertIsFunctionReflection() protected méthode

protected assertIsFunctionReflection ( ReflectionFunctionAbstract $reflection )
$reflection ReflectionFunctionAbstract

assertIsMethodReflection() protected méthode

protected assertIsMethodReflection ( ReflectionFunctionAbstract $reflection )
$reflection ReflectionFunctionAbstract

assertIsStaticMethodReflection() protected méthode

protected assertIsStaticMethodReflection ( ReflectionFunctionAbstract $reflection )
$reflection ReflectionFunctionAbstract

getClosure() protected méthode

protected getClosure ( )

method() public méthode

public method ( )

staticMethod() public static méthode

public static staticMethod ( )

testClosure() public méthode

public testClosure ( )

testClosureAfterReflectionGetClosure() public méthode

testFunction() public méthode

public testFunction ( )

testFunctionAfterReflectionGetClosure() public méthode

testMethod() public méthode

public testMethod ( )

testMethodAfterReflectionGetClosure() public méthode

testStaticMethod() public méthode

public testStaticMethod ( )

testStaticMethodAfterReflectionGetClosure() public méthode

Property Details

$closureEndLine protected_oe property

protected $closureEndLine

$closureStartLine protected_oe property

protected $closureStartLine