浏览代码

[FrameworkBundle] Fixed test

Michał Pipa 13 年之前
父节点
当前提交
515b581937
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/Symfony/Bundle/FrameworkBundle/Tests/HttpKernelTest.php

+ 2 - 2
src/Symfony/Bundle/FrameworkBundle/Tests/HttpKernelTest.php

@@ -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();