PHP Класс Go\Aop\Framework\AbstractInterceptorTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Защищенные методы

Метод Описание
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