lithium\tests\cases\console\ResponseTest::testConstructWithoutConfig PHP Method

testConstructWithoutConfig() public method

    public function testConstructWithoutConfig()
    {
        $response = new Response();
        $this->assertInternalType('resource', $response->output);
        $this->assertInternalType('resource', $response->error);
    }