Beispiel #1
0
 public function testLazyLoadsResponse()
 {
     $app = new App();
     $response = $app->response();
     $this->assertInstanceOf('Zend\\Http\\PhpEnvironment\\Response', $response);
 }