PHP Class Go\Aop\Framework\StaticClosureMethodInvocationTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: goaop/framework

Protected Properties

Свойство Type Description
$invocationClass

Méthodes publiques

Méthode Description
staticLsbMethodsBatch ( )
staticSelfMethodsBatch ( )
testAdviceIsCalledForInvocation ( )
testInvocationWithDynamicArguments ( )
testInvocationWithVariadicArguments ( )
testRecursionWorks ( )
testStaticLsbIsWorking ( $methodName ) Tests static method invocations with Late Static Binding
testStaticSelfMethodInvocation ( $methodName, $expectedResult ) Tests static method invocations with self
testStaticSelfNotOverridden ( $methodName, $expectedResult ) Tests static method invocations with self not overridden with parent
testValueChangedByReference ( )

Method Details

staticLsbMethodsBatch() public méthode

staticSelfMethodsBatch() public méthode

testAdviceIsCalledForInvocation() public méthode

testInvocationWithDynamicArguments() public méthode

testInvocationWithVariadicArguments() public méthode

testRecursionWorks() public méthode

public testRecursionWorks ( )

testStaticLsbIsWorking() public méthode

Tests static method invocations with Late Static Binding
public testStaticLsbIsWorking ( $methodName )

testStaticSelfMethodInvocation() public méthode

Tests static method invocations with self
public testStaticSelfMethodInvocation ( $methodName, $expectedResult )

testStaticSelfNotOverridden() public méthode

Tests static method invocations with self not overridden with parent
public testStaticSelfNotOverridden ( $methodName, $expectedResult )

testValueChangedByReference() public méthode

Property Details

$invocationClass protected_oe static_oe property

protected static $invocationClass