Browse Source

Fix a risky test

chinpei215 10 years ago
parent
commit
7c53e1a2f0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/Network/ResponseTest.php

+ 0 - 1
tests/TestCase/Network/ResponseTest.php

@@ -1518,7 +1518,6 @@ class ResponseTest extends TestCase
      */
      */
     public function testGetFile()
     public function testGetFile()
     {
     {
-        ob_start();
         $response = new Response();
         $response = new Response();
         $this->assertNull($response->getFile(), 'No file to get');
         $this->assertNull($response->getFile(), 'No file to get');