Changeset 3284 for trunk/modules
- Timestamp:
- 08/06/2008 04:06:33 PM (4 months ago)
- Files:
-
- 1 modified
-
trunk/modules/unit_test/libraries/Unit_Test.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/unit_test/libraries/Unit_Test.php
r3265 r3284 229 229 230 230 abstract class Unit_Test_Case { 231 232 // Mock Objects233 public function get_mock_object($class)234 {235 236 }237 231 238 232 public function assert_true($value, $debug = NULL) … … 446 440 } 447 441 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 463 442 } // End Unit_Test_Case 464 465 466 abstract class Database_Test_Case {467 468 469 470 } // End Database_Unit_Test_Case471 443 472 444
