supports() public method

{@inheritDoc}
public supports ( $request )
示例#1
0
 /**
  * @test
  */
 public function shouldNotSupportCaptureCaptureessAsModel()
 {
     $action = new CaptureAction();
     $request = new Capture(new \stdClass());
     $this->assertFalse($action->supports($request));
 }