Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / http-foundation / Tests / StreamedResponseTest.php
index 5874145348eab58300801f6d094b95cab83fe515..1e35eb88b91fab0505306adc4971ea062182f7e7 100644 (file)
@@ -90,15 +90,6 @@ class StreamedResponseTest extends TestCase
         $response->sendContent();
     }
 
-    /**
-     * @expectedException \LogicException
-     */
-    public function testSetCallbackNonCallable()
-    {
-        $response = new StreamedResponse(null);
-        $response->setCallback(null);
-    }
-
     /**
      * @expectedException \LogicException
      */