示例#1
0
 public function indexAction()
 {
     if ($this->isQunitEnabled()) {
         $this->getEvent()->setParam("head_link", '/ajax/');
         $this->jsLoader->reset();
         $this->jsLoader->addIncludePath("Jstest", $this->testCaseLoader->getPath());
         $this->jsLoader->setPreInitLoadStack(array("Cl.Qunit.Qunit"));
         $this->jsLoader->appendPreInitLoadStack($this->testCaseLoader->getTestcases());
         return $this->getViewModel();
     }
 }