Skip to content

Commit

Permalink
YAGNI
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Apr 13, 2017
1 parent 6bdc017 commit f352654
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/RequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ public function testWithMethodNull()
$this->assertAttributeEquals(null, 'method', $request);
}

/**
* @covers Slim\Http\Request::createFromGlobals
*/
public function testCreateFromEnvironmentWithMultipart()
{
$_POST['foo'] = 'bar';
Expand Down

0 comments on commit f352654

Please sign in to comment.