Пример #1
0
 public function testShouldHavePOST()
 {
     $this->assertSame(HttpMethod::POST, HttpMethod::post()->getValue());
 }