Changeset 2246 for trunk/system/libraries/Unit_Test.php
- Timestamp:
- 03/09/2008 03:12:01 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Unit_Test.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Unit_Test.php
r2245 r2246 1 1 <?php defined('SYSPATH') or die('No direct script access.'); 2 2 /** 3 * Unit test library.3 * Unit_Test library. 4 4 * 5 5 * $Id$ 6 6 * 7 * @package Unit test7 * @package Unit_Test 8 8 * @author Kohana Team 9 9 * @copyright (c) 2007-2008 Kohana Team … … 38 38 } 39 39 40 Log::add('debug', 'Unit test Library initialized');40 Log::add('debug', 'Unit_Test Library initialized'); 41 41 } 42 42 … … 250 250 } 251 251 252 } // End Unit test252 } // End Unit_Test
