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