Ejemplo n.º 1
0
 /**
  * @test
  */
 public function shouldNotSupportAnythingNotGetHttpRequest()
 {
     $action = new GetHttpRequestAction();
     self::assertFalse($action->supports('foo'));
 }