Changeset 3284 for trunk/modules

Show
Ignore:
Timestamp:
08/06/2008 04:06:33 PM (4 months ago)
Author:
Geert
Message:

Cleaning up unfinished stuff in unit_test for the 2.2 release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/unit_test/libraries/Unit_Test.php

    r3265 r3284  
    229229 
    230230abstract class Unit_Test_Case { 
    231          
    232         // Mock Objects 
    233         public function get_mock_object($class)  
    234         { 
    235  
    236         } 
    237231 
    238232        public function assert_true($value, $debug = NULL) 
     
    446440        } 
    447441 
    448         public function assert_class_attribute($attribute, $class) 
    449         { 
    450  
    451         } 
    452  
    453         public function assert_class_static_attribute($attribute, $class) 
    454         { 
    455  
    456         } 
    457  
    458         public function assert_file_exists($file) 
    459         { 
    460  
    461         } 
    462  
    463442} // End Unit_Test_Case 
    464  
    465  
    466 abstract class Database_Test_Case { 
    467  
    468  
    469  
    470 } // End Database_Unit_Test_Case 
    471443 
    472444