PHP Class Pantheon\Terminus\UnitTests\Commands\SSHKey\SSHKeyCommandTest

Show file Open project: pantheon-systems/terminus Class Usage Examples

Protected Properties

Property Type Description
$session Pantheon\Terminus\Session\Session
$ssh_keys Pantheon\Terminus\Collections\SSHKeys
$user Pantheon\Terminus\Models\User

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 ( )

Property Details

$session protected property

protected Session,Pantheon\Terminus\Session $session
return Pantheon\Terminus\Session\Session

$ssh_keys protected property

protected SSHKeys,Pantheon\Terminus\Collections $ssh_keys
return Pantheon\Terminus\Collections\SSHKeys

$user protected property

protected User,Pantheon\Terminus\Models $user
return Pantheon\Terminus\Models\User