Changeset 6683
- Timestamp:
- 12/23/07 11:49:31 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/test/unit/exception/sfExceptionsTest.php
r4851 r6683 11 11 require_once(dirname(__FILE__).'/../../bootstrap/unit.php'); 12 12 13 $t = new lime_test(1 9, new lime_output_color());13 $t = new lime_test(17, new lime_output_color()); 14 14 15 15 foreach (array( 16 ' action', 'cache', 'configuration', 'context', 'controller', 'database',16 'cache', 'configuration', 'controller', 'database', 17 17 'error404', 'factory', 'file', 'filter', 'forward', 'initialization', 'parse', 'render', 'security', 18 18 'stop', 'storage', 'validator', 'view'