function ShortcutTranslationUITest::setUp

Overrides BrowserTestBase::setUp

File

core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php, line 42

Class

ShortcutTranslationUITest
Tests the shortcut translation UI.

Namespace

Drupal\Tests\shortcut\Functional

Code

protected function setUp() : void {
  $this->entityTypeId = 'shortcut';
  $this->bundle = 'default';
  parent::setUp();
  $this->doSetup();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.