public function BackupMigratePruneTestCase::getInfo in Backup and migrate prune 7
Same name and namespace in other branches
- 7.2 backup_migrate_prune.test \BackupMigratePruneTestCase::getInfo()
Return value
array Descriptive information for Simpletest page
File
- ./
backup_migrate_prune.test, line 28 - Test implementation file
Class
- BackupMigratePruneTestCase
- BackupMigratePruneTestCase class for unit testing
Code
public function getInfo() {
return array(
'name' => 'Backup & Migrate Prune unit tests',
'description' => 'Tests implementation of Gardener class.',
'group' => 'Backup & Migrate Prune',
);
}