PHP Class Pantheon\Terminus\UnitTests\Commands\AliasesCommandTest

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

Protected Properties

Property Type Description
$aliases string
$config Pantheon\Terminus\Config
$session Pantheon\Terminus\Session\Session
$user Pantheon\Terminus\Models\User

Public Methods

Method Description
testAliasesPrint ( ) Tests the aliases command when it is outputting to the screen

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testAliasesPrint() public method

Tests the aliases command when it is outputting to the screen
public testAliasesPrint ( )

Property Details

$aliases protected_oe property

protected string $aliases
return string

$config protected_oe property

protected Config,Pantheon\Terminus $config
return Pantheon\Terminus\Config

$session protected_oe property

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

$user protected_oe property

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