public function XmlPluginTest::setUp in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.3 tests/src/Kernel/XmlPluginTest.php \Drupal\Tests\tmgmt_smartling\Kernel\XmlPluginTest::setUp()
Overrides SmartlingTestBase::setUp
File
- tests/
src/ Kernel/ XmlPluginTest.php, line 16
Class
- XmlPluginTest
- Tests for smartling xml plugin.
Namespace
Drupal\Tests\tmgmt_smartling\KernelCode
public function setUp() : void {
parent::setUp();
require_once __DIR__ . '/../../../vendor/autoload.php';
$this->xmlPlugin = new Xml();
}