예제 #1
0
 public function testAllMethodsExist()
 {
     $this->assertEmpty(array_diff(['OPTIONS', 'GET', 'HEAD', 'POST', 'PUT', 'DELETE', 'TRACE', 'CONNECT'], array_keys(HttpMethod::members())));
 }