You are here

protected function ProgressTrackerApiTest::setUp in TMGMT Translator Smartling 8.4

Same name and namespace in other branches
  1. 8.3 vendor/smartling/api-sdk-php/tests/unit/ProgressTrackerApiTest.php \Smartling\Tests\Unit\ProgressTrackerApiTest::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/ProgressTrackerApiTest.php, line 180

Class

ProgressTrackerApiTest
Test class for Smartling\ProgressTracker\ProgressTrackerApi.

Namespace

Smartling\Tests\Unit

Code

protected function setUp() {
  parent::setUp();
  $this
    ->prepareProgressTrackerApiMock();
}