lithium\tests\mocks\action\MockDispatcher::reset PHP Method

reset() public static method

public static reset ( )
    public static function reset()
    {
        static::$dispatched = array();
        static::$_rules = array();
    }

Usage Example

示例#1
0
 public function tearDown()
 {
     Router::reset();
     MockDispatcher::reset();
 }