Example #1
0
 public function setUp()
 {
     $this->state = new FrontController_underTest_setMap();
     $oMap = new ControllerMap(__FILE__, '\\A.*\\Z');
     $oMap->setView(testView::class);
     $oMap->setMainTemplatePath(VSC_FIXTURE_PATH . 'templates');
     $oMap->setMainTemplate('main.tpl.php');
     $this->state->setMap($oMap);
 }