PHP Class Go\Aop\Framework\StaticClosureMethodInvocationTest

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

Protected Properties

Property Type Description
$invocationClass

Public Methods

Method 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 method

staticSelfMethodsBatch() public method

testAdviceIsCalledForInvocation() public method

testInvocationWithDynamicArguments() public method

testInvocationWithVariadicArguments() public method

testRecursionWorks() public method

public testRecursionWorks ( )

testStaticLsbIsWorking() public method

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

testStaticSelfMethodInvocation() public method

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

testStaticSelfNotOverridden() public method

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

testValueChangedByReference() public method

Property Details

$invocationClass protected_oe static_oe property

protected static $invocationClass