Example #1
0
 /**
  * @test
  */
 public function shouldNotSupportNotStatusRequest()
 {
     $action = new StatusAction();
     $this->assertFalse($action->supports(new \stdClass()));
 }