Zend Framework Unit Test Demo
Current file: /Users/dragonbe/workspace/zfunittest/application/controllers/IndexController.php
Legend: executed not executed dead code

  Coverage
  Classes Functions / Methods Lines
Total
100.00%100.00%
100.00% 1 / 1
100.00%100.00%
100.00% 2 / 2
100.00%100.00%
100.00% 3 / 3
 
IndexController
100.00%100.00%
100.00% 1 / 1
100.00%100.00%
100.00% 2 / 2
100.00%100.00%
100.00% 3 / 3
 public function init()
100.00%100.00%
100.00% 1 / 1
100.00%100.00%
100.00% 1 / 1
 public function indexAction()
100.00%100.00%
100.00% 1 / 1
100.00%100.00%
100.00% 1 / 1


       1                 : <?php                                               
       2                 :                                                     
       3                 : class IndexController extends Zend_Controller_Action
       4               1 : {                                                   
       5                 :                                                     
       6                 :     public function init()                          
       7                 :     {                                               
       8                 :         /* Initialize action controller here */     
       9               1 :     }                                               
      10                 :                                                     
      11                 :     public function indexAction()                   
      12                 :     {                                               
      13                 :         // action body                              
      14               1 :     }                                               
      15                 :                                                     
      16                 :     /*public function sendCommentAction()           
      17                 :     {                                               
      18                 :         // action body                              
      19                 :     }*/                                             
      20                 :                                                     
      21                 :                                                     
      22                 : }                                                   
      23                 :                                                     
      24                 :                                                     
      25                 :                                                     

Generated by PHPUnit 3.4.15 and Xdebug 2.1.0 using PHP 5.3.2 at Wed Sep 15 23:44:05 CEST 2010.