protected function CommentTranslationUITest::setUp in Drupal 10
Same name and namespace in other branches
- 8 core/modules/comment/tests/src/Functional/CommentTranslationUITest.php \Drupal\Tests\comment\Functional\CommentTranslationUITest::setUp()
- 9 core/modules/comment/tests/src/Functional/CommentTranslationUITest.php \Drupal\Tests\comment\Functional\CommentTranslationUITest::setUp()
File
- core/
modules/ comment/ tests/ src/ Functional/ CommentTranslationUITest.php, line 65
Class
- CommentTranslationUITest
- Tests the Comment Translation UI.
Namespace
Drupal\Tests\comment\FunctionalCode
protected function setUp() : void {
$this->entityTypeId = 'comment';
$this->bundle = 'comment_article';
$this->testLanguageSelector = FALSE;
$this->subject = $this
->randomMachineName();
parent::setUp();
}