public function LocalTranslatorTestBase::setUp in Translation Management Tool 8
Overrides DrupalWebTestCase::setUp()
Overrides TMGMTTestBase::setUp
File
- translators/
tmgmt_local/ tests/ src/ Functional/ LocalTranslatorTestBase.php, line 47
Class
- LocalTranslatorTestBase
- Base class for local translator tests.
Namespace
Drupal\Tests\tmgmt_local\FunctionalCode
public function setUp() : void {
parent::setUp();
$this
->loginAsAdmin();
$this
->addLanguage('de');
$this
->drupalPlaceBlock('system_breadcrumb_block');
}