protected function BatchApiTest::setUp in TMGMT Translator Smartling 8.3
Same name and namespace in other branches
- 8.4 vendor/smartling/api-sdk-php/tests/unit/BatchApiTest.php \Smartling\Tests\Unit\BatchApiTest::setUp()
Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.
Overrides ApiTestAbstract::setUp
File
- vendor/
smartling/ api-sdk-php/ tests/ unit/ BatchApiTest.php, line 17
Class
- BatchApiTest
- Test class for Smartling\Batch\BatchApi.
Namespace
Smartling\Tests\UnitCode
protected function setUp() {
parent::setUp();
$this
->prepareBatchApiMock();
}