PHP 클래스 Go\Aop\Framework\StaticClosureMethodInvocationTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: goaop/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$invocationClass

공개 메소드들

메소드 설명
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 ( )

메소드 상세

staticLsbMethodsBatch() 공개 메소드

staticSelfMethodsBatch() 공개 메소드

testAdviceIsCalledForInvocation() 공개 메소드

testInvocationWithDynamicArguments() 공개 메소드

testInvocationWithVariadicArguments() 공개 메소드

testRecursionWorks() 공개 메소드

public testRecursionWorks ( )

testStaticLsbIsWorking() 공개 메소드

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

testStaticSelfMethodInvocation() 공개 메소드

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

testStaticSelfNotOverridden() 공개 메소드

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

testValueChangedByReference() 공개 메소드

프로퍼티 상세

$invocationClass 보호되어 있는 정적으로 프로퍼티

protected static $invocationClass