PHP Класс Pantheon\Terminus\UnitTests\Commands\Backup\CreateCommandTest

Наследование: extends BackupCommandTest
Показать файл Открыть проект

Открытые методы

Метод Описание
testCreateBackup ( ) Tests the backup:create command without any options
testCreateBackupElement ( ) Tests the backup:create command when creating a backup for a specific element
testCreateBackupElementWithKeepFor ( ) Tests the backup:create command when creating a backup for a specific element and a set number of days to keep
testCreateBackupFailure ( ) Tests the backup:create command when the workflow fails
testCreateBackupWithKeepFor ( ) Tests the backup:create command with a set number of days to keep the backup for

Защищенные методы

Метод Описание
setUp ( )

Описание методов

setUp() защищенный Метод

protected setUp ( )

testCreateBackup() публичный Метод

Tests the backup:create command without any options
public testCreateBackup ( )

testCreateBackupElement() публичный Метод

Tests the backup:create command when creating a backup for a specific element

testCreateBackupElementWithKeepFor() публичный Метод

Tests the backup:create command when creating a backup for a specific element and a set number of days to keep

testCreateBackupFailure() публичный Метод

Tests the backup:create command when the workflow fails

testCreateBackupWithKeepFor() публичный Метод

Tests the backup:create command with a set number of days to keep the backup for