PHP 클래스 Pantheon\Terminus\UnitTests\Commands\Backup\RestoreCommandTest

상속: extends BackupCommandTest
파일 보기 프로젝트 열기: pantheon-systems/terminus

공개 메소드들

메소드 설명
testRestoreBackupWithElementFails ( ) Tests the backup:restore command with an element when the backup operation has failed
testRestoreBackupWithElementSucceeds ( ) Tests the backup:restore command with an element when the backup operation succeeds
testRestoreBackupWithFileFails ( ) Tests the backup:restore command with file when the restoration is unsuccessful
testRestoreBackupWithFileSucceeds ( ) Tests the backup:restore command with file when the restoration is successful
testRestoreBackupWithInvalidFile ( ) Tests the backup:restore command with file that doesn't exist

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

testRestoreBackupWithElementFails() 공개 메소드

Tests the backup:restore command with an element when the backup operation has failed

testRestoreBackupWithElementSucceeds() 공개 메소드

Tests the backup:restore command with an element when the backup operation succeeds

testRestoreBackupWithFileFails() 공개 메소드

Tests the backup:restore command with file when the restoration is unsuccessful

testRestoreBackupWithFileSucceeds() 공개 메소드

Tests the backup:restore command with file when the restoration is successful

testRestoreBackupWithInvalidFile() 공개 메소드

Tests the backup:restore command with file that doesn't exist