Ejemplo n.º 1
0
 /**
  * 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();
 }