Source

						public function testBaseWithAppAndOtherDirectory() {
		$request = new Request(array('env' => array(
			'PHP_SELF' => '/lithium.com/app/other/webroot/index.php'
		)));
		$this->assertEqual('/lithium.com/app/other', $request->env('base'));
	}