PHP Class BeforeFilterTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: letsdrink/ouzo

Public Methods

Method Description
setUp ( )
shouldInvokeActionWhenBeforeFilterReturnsTrue ( )
shouldInvokeFunctionCallback ( )
shouldNotInvokeActionWhenBeforeFilterReturnsFalse ( )

Protected Methods

Method Description
frontControllerBindings ( InjectorConfig $config )

Method Details

frontControllerBindings() protected method

protected frontControllerBindings ( InjectorConfig $config )
$config Ouzo\Injection\InjectorConfig

setUp() public method

public setUp ( )

shouldInvokeActionWhenBeforeFilterReturnsTrue() public method

shouldInvokeFunctionCallback() public method

shouldNotInvokeActionWhenBeforeFilterReturnsFalse() public method