Changeset 2288 for trunk/modules/unit_test/tests/Example_Test.php
- Timestamp:
- 03/12/2008 10:16:18 AM (9 months ago)
- Files:
-
- 1 modified
-
trunk/modules/unit_test/tests/Example_Test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/unit_test/tests/Example_Test.php
r2270 r2288 69 69 } 70 70 71 public function error_test() 72 { 73 throw new Exception; 74 } 75 71 76 }
