Skip to content

Commit 58fcb8d

Browse files
committed
Revert "minor symfony#12652 [HttpFoundation] [Hackday] symfony#9942 test: Request::getContent() for null value (skler)"
This reverts commit 09225c7, reversing changes made to a029833.
1 parent 6e9768c commit 58fcb8d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Symfony/Component/HttpFoundation/Tests/RequestTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -921,13 +921,6 @@ public function testGetContentReturnsResource()
921921
$this->assertTrue(feof($retval));
922922
}
923923

924-
public function testEmptyStringContentReturns()
925-
{
926-
$req = Request::create('test');
927-
928-
$this->assertEquals('', $req->getContent());
929-
}
930-
931924
/**
932925
* @expectedException \LogicException
933926
* @dataProvider getContentCantBeCalledTwiceWithResourcesProvider

0 commit comments

Comments
 (0)