PHP Класс Pantheon\Terminus\UnitTests\Commands\Org\ListCommandTest

Наследование: extends Pantheon\Terminus\UnitTests\Commands\CommandTestCase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$organization Pantheon\Terminus\Models\Organization
$session Pantheon\Terminus\Session\Session
$user Pantheon\Terminus\Models\User

Открытые методы

Метод Описание
testOrgListEmpty ( ) Tests the org:list command when the logged-in user is not a member of an organization
testOrgListNotEmpty ( ) Tests the multidev:list command when there are no multidev environments

Защищенные методы

Метод Описание
setUp ( )

Описание методов

setUp() защищенный Метод

protected setUp ( )

testOrgListEmpty() публичный Метод

Tests the org:list command when the logged-in user is not a member of an organization
public testOrgListEmpty ( )

testOrgListNotEmpty() публичный Метод

Tests the multidev:list command when there are no multidev environments
public testOrgListNotEmpty ( )

Описание свойств

$organization защищенное свойство

protected Organization,Pantheon\Terminus\Models $organization
Результат Pantheon\Terminus\Models\Organization

$session защищенное свойство

protected Session,Pantheon\Terminus\Session $session
Результат Pantheon\Terminus\Session\Session

$user защищенное свойство

protected User,Pantheon\Terminus\Models $user
Результат Pantheon\Terminus\Models\User