Source

						public function setUp() {
		$this->_path = $path = Libraries::get(true, 'resources') . '/tmp/tests';
		mkdir("{$this->_path}/en/LC_MESSAGES", 0755, true);
		mkdir("{$this->_path}/de/LC_MESSAGES", 0755, true);
		$this->adapter = new MockGettext(compact('path'));
	}