コード例 #1
0
ファイル: HttpTest.php プロジェクト: heiglandreas/zf2
 public function testSetPathInfo()
 {
     $this->_request->setPathInfo('/archives/past/4');
     $this->assertEquals('/archives/past/4', $this->_request->getPathInfo());
 }