PHP Class Zendesk\API\UnitTests\Core\AppInstallationsTest

Inheritance: extends Zendesk\API\UnitTests\BasicTest
Show file Open project: zendesk/zendesk_api_client_php

Public Methods

Method Description
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

Method Details

testCreate() public method

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

testJobStatuses() public method

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

testRequirements() public method

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

testResourceNameIsCorrectRoute() public method

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

testUpdate() public method

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