public function testGetMethod()
 {
     $this->assertSame(RequestMethods::PUT, $this->request->getMethod());
 }