You are here

protected static property ApiTestAbstract::$requestInterfaceMethods in TMGMT Translator Smartling 8.2

Same name in this branch
  1. 8.2 api-sdk-php/tests/unit/ApiTestAbstract.php \Smartling\Tests\Unit\ApiTestAbstract::requestInterfaceMethods
  2. 8.2 vendor/smartling/api-sdk-php/tests/unit/ApiTestAbstract.php \Smartling\Tests\Unit\ApiTestAbstract::requestInterfaceMethods
Same name and namespace in other branches
  1. 8.4 vendor/smartling/api-sdk-php/tests/unit/ApiTestAbstract.php \Smartling\Tests\Unit\ApiTestAbstract::requestInterfaceMethods
  2. 8.3 vendor/smartling/api-sdk-php/tests/unit/ApiTestAbstract.php \Smartling\Tests\Unit\ApiTestAbstract::requestInterfaceMethods

File

vendor/smartling/api-sdk-php/tests/unit/ApiTestAbstract.php, line 74

Class

ApiTestAbstract
Class ApiTestAbstract @package Smartling\Tests

Namespace

Smartling\Tests\Unit

Code

protected static $requestInterfaceMethods = [
  'setUrl',
  'getUrl',
  'getResource',
  'getQuery',
  'setQuery',
  'getMethod',
  'setMethod',
  'getScheme',
  'setScheme',
  'getPort',
  'setPort',
  'getHost',
  'setHost',
  'getPath',
  'setPath',
  'getConfig',
];