Zend Framework Unit Test Demo
Current file: /Users/dragonbe/workspace/zfunittest/application/models/DbTable/GuestbookEntry.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% 1 / 1
 
Application_Model_DbTable_GuestbookEntry
100.00%100.00%
100.00% 1 / 1
  
   
100.00%100.00%
100.00% 1 / 1


       1                 : <?php                                                                        
       2                 : class Application_Model_DbTable_GuestbookEntry extends Zend_Db_Table_Abstract
       3               1 : {                                                                            
       4                 :     protected $_name = 'gbentry';                                            

Generated by PHPUnit 3.4.15 and Xdebug 2.1.0 using PHP 5.3.2 at Tue Sep 21 9:29:58 CEST 2010.