diff --git a/tests/RequestTest.php b/tests/RequestTest.php index 42b3282..1314129 100644 --- a/tests/RequestTest.php +++ b/tests/RequestTest.php @@ -94,9 +94,6 @@ public function testWithMethodNull() $this->assertAttributeEquals(null, 'method', $request); } - /** - * @covers Slim\Http\Request::createFromGlobals - */ public function testCreateFromEnvironmentWithMultipart() { $_POST['foo'] = 'bar';