Source

						public function setUp() {
		$this->request = new Request(array('input' => fopen('php://temp', 'w+')));
		$this->classes = array('response' => 'lithium\tests\mocks\console\MockResponse');
	}