Browse Source

Merge pull request #8484 from chinpei215/fix-risky-test

Fix a risky test
José Lorenzo Rodríguez 10 years ago
parent
commit
20c31cbd92
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()
     {
-        ob_start();
         $response = new Response();
         $this->assertNull($response->getFile(), 'No file to get');