コード例 #1
0
ファイル: ViewRendererTest.php プロジェクト: alab1001101/zf2
 public function testSettingViewScriptPathNoControllerSpec()
 {
     $this->helper->setViewScriptPathNoControllerSpec(':module/:action.:suffix');
     $this->assertEquals(':module/:action.:suffix', $this->helper->getViewScriptPathNoControllerSpec());
 }