Source

						public function setUp() {
		$this->streams = array(
			'output' => Libraries::get(true, 'resources') . '/tmp/tests/output.txt',
			'error' => Libraries::get(true, 'resources') . '/tmp/tests/error.txt'
		);
	}