Extends
lithium\test\UnitSource
public function testConstructWithoutConfig() {
$response = new Response();
$this->assertTrue(is_resource($response->output));
$this->assertTrue(is_resource($response->error));
}
public function testConstructWithoutConfig() {
$response = new Response();
$this->assertTrue(is_resource($response->output));
$this->assertTrue(is_resource($response->error));
}