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