Пример #1
0
 /**
  * @expectedException \LogicException
  */
 public function testSendContentWithNonCallable()
 {
     $response = new StreamedResponse(null);
     $response->sendContent();
 }