예제 #1
0
 public function testGetEmptyOutput()
 {
     $state = new HttpResponse();
     $t = $state->getOutput();
     $this->assertEquals($t, '');
 }