예제 #1
0
 /**
  * @test
  */
 public function shouldNotSupportAnythingNotCreateOrderRequest()
 {
     $action = new CreateOrderAction();
     $this->assertFalse($action->supports(new \stdClass()));
 }