Example #1
0
 /**
  * Test loading a view using the HomeController and the default
  * indexAction.
  */
 public function testLoadingIndexView()
 {
     $this->controller->getDispatcher()->addListener(Events::EVENT_GET_VIEWS_DIR, $this);
     $this->controller->getDispatcher()->addListener(Events::EVENT_AFTER_CONTROLLER_RUN, $this);
     $this->controller->run();
 }