[FrameworkBundle] Fixed test

This commit is contained in:
Michał Pipa 2012-02-28 22:33:44 +01:00
parent 9e6dcf0746
commit 515b581937

View File

@ -169,8 +169,8 @@ class HttpKernelTest extends \PHPUnit_Framework_TestCase
public function testExceptionInSubRequestsDoesNotMangleOutputBuffers()
{
if (version_compare(phpversion(), "5.3.2", "<=")) {
$this->markTestSkipped('Test fails with PHP5.3.2 due to https://bugs.php.net/bug.php?id=50563');
if (version_compare(phpversion(), '5.3.3', '<')) {
$this->markTestSkipped('Test fails with PHP 5.3.2 due to https://bugs.php.net/bug.php?id=50563');
}
$request = new Request();