PHP Класс Zendesk\API\UnitTests\Core\AppInstallationsTest

Наследование: extends Zendesk\API\UnitTests\BasicTest
Показать файл Открыть проект

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

Метод Описание
testCreate ( ) Tests if the client calls the correct endpoint for installing an app
testJobStatuses ( ) Tests if the client calls the correct endpoint for App Installation job statuses
testRequirements ( ) Tests if the client calls the correct endpoint and adds query parameters for App Installation requirements
testResourceNameIsCorrectRoute ( ) Tests if the endpoint is correct since the format is app/installations
testUpdate ( ) Tests if the client calls the correct endpoint for installing an app

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

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

Tests if the client calls the correct endpoint for installing an app
public testCreate ( )

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

Tests if the client calls the correct endpoint for App Installation job statuses
public testJobStatuses ( )

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

Tests if the client calls the correct endpoint and adds query parameters for App Installation requirements
public testRequirements ( )

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

Tests if the endpoint is correct since the format is app/installations

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

Tests if the client calls the correct endpoint for installing an app
public testUpdate ( )