コード例 #1
0
ファイル: getOutputTest.php プロジェクト: bogdananton/vsc
 public function testGetEmptyOutput()
 {
     $state = new HttpResponse();
     $t = $state->getOutput();
     $this->assertEquals($t, '');
 }