Ouzo\Db\Stats::reset PHP Method

reset() public static method

public static reset ( )
    public static function reset()
    {
        Session::remove('stats_queries');
    }

Usage Example

コード例 #1
0
ファイル: StatsTest.php プロジェクト: letsdrink/ouzo
 protected function setUp()
 {
     parent::setUp();
     $_SESSION = array();
     Stats::reset();
     FrontController::$requestId = null;
 }
All Usage Examples Of Ouzo\Db\Stats::reset