You are here

public function XmlPluginTest::setUp in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 tests/src/Kernel/XmlPluginTest.php \Drupal\Tests\tmgmt_smartling\Kernel\XmlPluginTest::setUp()

Overrides SmartlingTestBase::setUp

File

tests/src/Kernel/XmlPluginTest.php, line 18

Class

XmlPluginTest
Tests for smartling xml plugin.

Namespace

Drupal\Tests\tmgmt_smartling\Kernel

Code

public function setUp() {
  parent::setUp();
  require_once __DIR__ . '/../../../vendor/autoload.php';
}