コード例 #1
0
ファイル: Access.php プロジェクト: pinahq/framework
 public static function reset()
 {
     if (App::env() !== "test") {
         return;
     }
     self::$data = array();
     self::$groups = array();
     self::$conditions = array();
 }