You are here

public function BackupMigrateDestinationFake::delete_file in Backup and migrate prune 7.2

Same name and namespace in other branches
  1. 7 backup_migrate_prune.test \BackupMigrateDestinationFake::delete_file()

Overwrites delete_file to do nothing (fake files are not deletable)

File

./backup_migrate_prune.test, line 167
Test implementation file

Class

BackupMigrateDestinationFake
Fake destination for test purposes

Code

public function delete_file() {
  return NULL;
}