예제 #1
0
 public function testSettingViewBasePathSpec()
 {
     $this->helper->setViewBasePathSpec(':moduleDir/views/:controller');
     $this->assertEquals(':moduleDir/views/:controller', $this->helper->getViewBasePathSpec());
 }