示例#1
0
文件: AppTest.php 项目: phly/phlyty
 public function testLazyLoadsResponse()
 {
     $app = new App();
     $response = $app->response();
     $this->assertInstanceOf('Zend\\Http\\PhpEnvironment\\Response', $response);
 }