PHP Class Go\Aop\Framework\AbstractJoinpointTest

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

Protected Properties

Property Type Description
$joinpoint AbstractJoinpoint

Public Methods

Method Description
sortingTestSource ( )
testSortingLogic ( $advices, array $order = [] )

Private Methods

Method Description
getOrderedAdvice ( integer $order, string $name ) : PHPUnit_Framework_MockObject_MockObject | Go\Aop\Framework\OrderedAdvice Returns the ordered advice

Method Details

sortingTestSource() public method

public sortingTestSource ( )

testSortingLogic() public method

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

Property Details

$joinpoint protected_oe property

protected AbstractJoinpoint,Go\Aop\Framework $joinpoint
return AbstractJoinpoint