PHP Class Pantheon\Terminus\UnitTests\Commands\Backup\GetCommandTest

Inheritance: extends BackupCommandTest
Datei anzeigen Open project: pantheon-systems/terminus

Public Methods

Method Description
testGetBackupWithElement ( ) Tests the backup:get command with an element
testGetBackupWithFile ( ) Tests the backup:get command with file
testGetBackupWithInvalidFile ( ) Tests the backup:get command with file that doesn't exist

Protected Methods

Method Description
setUp ( ) Sets up the fixture, for example, open a network connection.

Method Details

setUp() protected method

This method is called before a test is executed.
protected setUp ( )

testGetBackupWithElement() public method

Tests the backup:get command with an element

testGetBackupWithFile() public method

Tests the backup:get command with file

testGetBackupWithInvalidFile() public method

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