PHP Class Go\Aop\Framework\DynamicClosureSplatMethodInvocationTest

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

Protected Properties

Property Type Description
$invocationClass

Public Methods

Method Description
dynamicMethodsBatch ( )
testDynamicMethodInvocation ( $methodName, $expectedResult ) Tests dynamic method invocations
testInterceptorIsCalledForInvocation ( )
testInvocationWithDynamicArguments ( )
testInvocationWithVariadicArguments ( )
testRecursionWorks ( )
testValueChangedByReference ( )

Protected Methods

Method Description
setUp ( )

Method Details

dynamicMethodsBatch() public method

public dynamicMethodsBatch ( )

setUp() protected method

protected setUp ( )

testDynamicMethodInvocation() public method

Tests dynamic method invocations
public testDynamicMethodInvocation ( $methodName, $expectedResult )

testInterceptorIsCalledForInvocation() public method

testInvocationWithDynamicArguments() public method

testInvocationWithVariadicArguments() public method

testRecursionWorks() public method

public testRecursionWorks ( )

testValueChangedByReference() public method

Property Details

$invocationClass protected_oe static_oe property

protected static $invocationClass