hajtest
Current file: D:\websites\haj\application\controllers\WorkshopsController.php
Legend: executed not executed dead code

  Coverage
  Classes Functions / Methods Lines
Total
0.00%0.00%
0.00% 0 / 1
0.00%0.00%
0.00% 0 / 2
0.00%0.00%
0.00% 0 / 5
 
WorkshopsController
0.00%0.00%
0.00% 0 / 1
0.00%0.00%
0.00% 0 / 2
0.00%0.00%
0.00% 0 / 5
 public function init()
0.00%0.00%
0.00% 0 / 1
0.00%0.00%
0.00% 0 / 2
 public function indexAction()
0.00%0.00%
0.00% 0 / 1
0.00%0.00%
0.00% 0 / 2


       1                 : <?php                                                           
       2                 :                                                                 
       3               0 : class WorkshopsController extends Zend_Controller_Action {      
       4                 :                                                                 
       5                 :     public function init() {                                    
       6               0 :         $this->_helper->_acl->allow(null);                      
       7               0 :     }                                                           
       8                 :                                                                 
       9                 :     public function indexAction() {                             
      10               0 :         $this->view->workshops = Workshops::findAllAfterToday();
					
      11               0 :     }                                                           

Generated by PHPUnit 3.4.15 and Xdebug 2.1.0rc1 using PHP 5.3.1 at Mon Jan 17 15:42:18 PST 2011.