コード例 #1
0
ファイル: ViewRendererTest.php プロジェクト: alab1001101/zf2
 public function testSettingViewBasePathSpec()
 {
     $this->helper->setViewBasePathSpec(':moduleDir/views/:controller');
     $this->assertEquals(':moduleDir/views/:controller', $this->helper->getViewBasePathSpec());
 }