protected function ShortcutTranslationUITest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php \Drupal\Tests\shortcut\Functional\ShortcutTranslationUITest::setUp()
 
Overrides ContentTranslationTestBase::setUp
File
- core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutTranslationUITest.php, line 43  
Class
- ShortcutTranslationUITest
 - Tests the shortcut translation UI.
 
Namespace
Drupal\Tests\shortcut\FunctionalCode
protected function setUp() : void {
  $this->entityTypeId = 'shortcut';
  $this->bundle = 'default';
  parent::setUp();
}