PHP 클래스 Pantheon\Terminus\UnitTests\Commands\SSHKey\SSHKeyCommandTest

파일 보기 프로젝트 열기: pantheon-systems/terminus 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$session Pantheon\Terminus\Session\Session
$ssh_keys Pantheon\Terminus\Collections\SSHKeys
$user Pantheon\Terminus\Models\User

보호된 메소드들

메소드 설명
setUp ( ) Sets up the fixture, for example, open a network connection.

메소드 상세

setUp() 보호된 메소드

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

프로퍼티 상세

$session 보호되어 있는 프로퍼티

protected Session,Pantheon\Terminus\Session $session
리턴 Pantheon\Terminus\Session\Session

$ssh_keys 보호되어 있는 프로퍼티

protected SSHKeys,Pantheon\Terminus\Collections $ssh_keys
리턴 Pantheon\Terminus\Collections\SSHKeys

$user 보호되어 있는 프로퍼티

protected User,Pantheon\Terminus\Models $user
리턴 Pantheon\Terminus\Models\User