X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fhttp-foundation%2FTests%2FStreamedResponseTest.php;fp=vendor%2Fsymfony%2Fhttp-foundation%2FTests%2FStreamedResponseTest.php;h=1e35eb88b91fab0505306adc4971ea062182f7e7;hp=5874145348eab58300801f6d094b95cab83fe515;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/symfony/http-foundation/Tests/StreamedResponseTest.php b/vendor/symfony/http-foundation/Tests/StreamedResponseTest.php index 587414534..1e35eb88b 100644 --- a/vendor/symfony/http-foundation/Tests/StreamedResponseTest.php +++ b/vendor/symfony/http-foundation/Tests/StreamedResponseTest.php @@ -90,15 +90,6 @@ class StreamedResponseTest extends TestCase $response->sendContent(); } - /** - * @expectedException \LogicException - */ - public function testSetCallbackNonCallable() - { - $response = new StreamedResponse(null); - $response->setCallback(null); - } - /** * @expectedException \LogicException */