コード例 #1
0
ファイル: bank.php プロジェクト: Jtgadbois/Pedadida
 /**
  * Only to be called from unit tests. Allows {@link load_test_data()} to be used.
  */
 public static function end_unit_test() {
     self::$testmode = false;
     self::$testdata = array();
 }