예제 #1
0
 public function testSettingViewScriptPathNoControllerSpec()
 {
     $this->helper->setViewScriptPathNoControllerSpec(':module/:action.:suffix');
     $this->assertEquals(':module/:action.:suffix', $this->helper->getViewScriptPathNoControllerSpec());
 }