PHP 클래스 Go\Aop\Framework\AbstractJoinpointTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$joinpoint AbstractJoinpoint

공개 메소드들

메소드 설명
sortingTestSource ( )
testSortingLogic ( $advices, array $order = [] )

비공개 메소드들

메소드 설명
getOrderedAdvice ( integer $order, string $name ) : PHPUnit_Framework_MockObject_MockObject | Go\Aop\Framework\OrderedAdvice Returns the ordered advice

메소드 상세

sortingTestSource() 공개 메소드

public sortingTestSource ( )

testSortingLogic() 공개 메소드

public testSortingLogic ( $advices, array $order = [] )
$order array

프로퍼티 상세

$joinpoint 보호되어 있는 프로퍼티

protected AbstractJoinpoint,Go\Aop\Framework $joinpoint
리턴 AbstractJoinpoint