public function testGetAndSetBasePath() { $r = new Request(); $r->setBasePath('/admin'); $this->assertEquals('/admin', $r->getBasePath()); }