PHP Класс Pantheon\Terminus\UnitTests\Commands\Auth\MachineTokenDeleteCommandTest

Наследование: extends MachineTokenCommandTest
Показать файл Открыть проект

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

Метод Описание
testMachineTokenDelete ( ) : void Tests the machine-token:delete command.
testMachineTokenDeleteAPIFailure ( ) : void Tests the machine-token:delete command when the API fails.
testMachineTokenDeleteNonExistant ( ) : void Tests the machine-token:delete command when there are no tokens.

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

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

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

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

protected setUp ( )

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

Tests the machine-token:delete command.
public testMachineTokenDelete ( ) : void
Результат void

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

Tests the machine-token:delete command when the API fails.
public testMachineTokenDeleteAPIFailure ( ) : void
Результат void

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

Tests the machine-token:delete command when there are no tokens.
public testMachineTokenDeleteNonExistant ( ) : void
Результат void