Revert "minor #12652 [HttpFoundation] [Hackday] #9942 test: Request::getContent() for null value (skler)"

This reverts commit 09225c7466, reversing
changes made to a0298331ad.
This commit is contained in:
Fabien Potencier 2015-02-05 10:45:43 +01:00
parent 6e9768c8b9
commit 58fcb8d515
1 changed files with 0 additions and 7 deletions

View File

@ -921,13 +921,6 @@ class RequestTest extends \PHPUnit_Framework_TestCase
$this->assertTrue(feof($retval));
}
public function testEmptyStringContentReturns()
{
$req = Request::create('test');
$this->assertEquals('', $req->getContent());
}
/**
* @expectedException \LogicException
* @dataProvider getContentCantBeCalledTwiceWithResourcesProvider