コード例 #1
0
ファイル: ResponseTest.php プロジェクト: nebo15/micro-yii
 public function testSendBody()
 {
     $response = new Response('woot!');
     $response->sendBody();
     $this->expectOutputString('woot!');
 }