You are here

public function GardenerFake::getDestination in Backup and migrate prune 7

Same name and namespace in other branches
  1. 7.2 backup_migrate_prune.test \GardenerFake::getDestination()

Overwrites getDestination to return a fake destination

Overrides Gardener::getDestination

File

./backup_migrate_prune.test, line 106
Test implementation file

Class

GardenerFake
Fake gardener for test purposes

Code

public function getDestination() {
  return new BackupMigrateDestinationFake();
}