PhlytyTest\AppTest::testLazyLoadsResponse PHP Method

testLazyLoadsResponse() public method

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