PHP 클래스 Go\Aop\Framework\AbstractInterceptorTest

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

보호된 메소드들

메소드 설명
getAdvice ( array &$sequenceRecorder ) : callable Returns a test advice that writes itself to the sequence
getInvocation ( array &$sequenceRecorder, $throwException = false ) : PHPUnit_Framework_MockObject_MockObject | Go\Aop\Intercept\Invocation Returns an empty invocation that can update the sequence on invocation

메소드 상세

getAdvice() 보호된 메소드

Returns a test advice that writes itself to the sequence
protected getAdvice ( array &$sequenceRecorder ) : callable
$sequenceRecorder array
리턴 callable

getInvocation() 보호된 메소드

Returns an empty invocation that can update the sequence on invocation
protected getInvocation ( array &$sequenceRecorder, $throwException = false ) : PHPUnit_Framework_MockObject_MockObject | Go\Aop\Intercept\Invocation
$sequenceRecorder array
리턴 PHPUnit_Framework_MockObject_MockObject | Go\Aop\Intercept\Invocation