Ejemplo n.º 1
0
 /**
  * Provides access to protected method get_backups_to_remove.
  *
  * @param array $backupfiles Existing backup files
  * @param int $now Starting time of the process
  * @return array Backup files to remove
  */
 public static function testable_get_backups_to_delete($backupfiles, $now)
 {
     return parent::get_backups_to_delete($backupfiles, $now);
 }