From f3526546199e5860ba7f47e28ced4a8a2d3e0f7c Mon Sep 17 00:00:00 2001 From: Marcel Hernandez Date: Thu, 13 Apr 2017 17:40:01 +0200 Subject: [PATCH] YAGNI --- tests/RequestTest.php | 3 --- 1 file changed, 3 deletions(-) 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';