supports() public method

{@inheritDoc}
public supports ( $request )
Example #1
0
 /**
  * @test
  */
 public function shouldNotSupportAuthorizeWithNotArrayAccessModel()
 {
     $action = new AuthorizeAction('aTemplate');
     $this->assertFalse($action->supports(new Authorize(new \stdClass())));
 }