lithium\tests\mocks\action\MockDispatcher::reset PHP Метод

reset() публичный статический Метод

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

Usage Example

Пример #1
0
 public function tearDown()
 {
     Router::reset();
     MockDispatcher::reset();
 }