コード例 #1
0
ファイル: HttpTest.php プロジェクト: jorgenils/zend-framework
 public function testGetSetBasePath()
 {
     $this->_request->setBasePath('/news');
     $this->assertEquals('/news', $this->_request->getBasePath());
 }