Source

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