protected function ApiTestAbstract::setUp in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.2 api-sdk-php/tests/unit/ApiTestAbstract.php \Smartling\Tests\Unit\ApiTestAbstract::setUp()
- 8.2 vendor/smartling/api-sdk-php/tests/unit/ApiTestAbstract.php \Smartling\Tests\Unit\ApiTestAbstract::setUp()
- 8.3 vendor/smartling/api-sdk-php/tests/unit/ApiTestAbstract.php \Smartling\Tests\Unit\ApiTestAbstract::setUp()
Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.
9 calls to ApiTestAbstract::setUp()
- AuditLogApiTest::setUp in vendor/
smartling/ api-sdk-php/ tests/ unit/ AuditLogApiTest.php - Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.
- AuthApiTest::setUp in vendor/
smartling/ api-sdk-php/ tests/ unit/ AuthApiTest.php - Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.
- BaseApiAbstractTest::setUp in vendor/
smartling/ api-sdk-php/ tests/ unit/ BaseApiAbstractTest.php - Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.
- BatchApiTest::setUp in vendor/
smartling/ api-sdk-php/ tests/ unit/ BatchApiTest.php - Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.
- ContextApiTest::setUp in vendor/
smartling/ api-sdk-php/ tests/ unit/ ContextApiTest.php - Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.
10 methods override ApiTestAbstract::setUp()
- AuditLogApiTest::setUp in vendor/
smartling/ api-sdk-php/ tests/ unit/ AuditLogApiTest.php - Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.
- AuthApiTest::setUp in vendor/
smartling/ api-sdk-php/ tests/ unit/ AuthApiTest.php - Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.
- BaseApiAbstractTest::setUp in vendor/
smartling/ api-sdk-php/ tests/ unit/ BaseApiAbstractTest.php - Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.
- BatchApiTest::setUp in vendor/
smartling/ api-sdk-php/ tests/ unit/ BatchApiTest.php - Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.
- ContextApiTest::setUp in vendor/
smartling/ api-sdk-php/ tests/ unit/ ContextApiTest.php - Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.
File
- vendor/
smartling/ api-sdk-php/ tests/ unit/ ApiTestAbstract.php, line 255
Class
- ApiTestAbstract
- Class ApiTestAbstract @package Smartling\Tests
Namespace
Smartling\Tests\UnitCode
protected function setUp() {
$this
->prepareHttpClientMock();
$this
->prepareAuthProviderMock();
$this
->prepareClientResponseMock();
}