Changeset 2536
- Timestamp:
- 04/20/2008 10:42:16 AM (6 months ago)
- Files:
-
- 1 modified
-
trunk/modules/unit_test/libraries/Unit_Test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/unit_test/libraries/Unit_Test.php
r2305 r2536 64 64 // The class name should be the same as the file name 65 65 $class = substr($path, strrpos($path, '/') + 1, -(strlen(EXT))); 66 67 // Skip hidden files 68 if (substr($class, 0, 1) === '.') 69 continue; 66 70 67 71 // Check for duplicate test class name
