Development

Changeset 6683

You must first sign up to be able to contribute.

Changeset 6683

Show
Ignore:
Timestamp:
12/23/07 11:49:31 (1 year ago)
Author:
fabien
Message:

fixed exception unit tests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/test/unit/exception/sfExceptionsTest.php

    r4851 r6683  
    1111require_once(dirname(__FILE__).'/../../bootstrap/unit.php'); 
    1212 
    13 $t = new lime_test(19, new lime_output_color()); 
     13$t = new lime_test(17, new lime_output_color()); 
    1414 
    1515foreach (array( 
    16   'action', 'cache', 'configuration', 'context', 'controller', 'database',  
     16  'cache', 'configuration', 'controller', 'database',  
    1717  'error404', 'factory', 'file', 'filter', 'forward', 'initialization', 'parse', 'render', 'security', 
    1818  'stop', 'storage', 'validator', 'view'