You are here

protected function AdminToolbarStateTaxonomyTermTest::setUp in Moderation Sidebar 8

Overrides BrowserTestBase::setUp

File

tests/src/Functional/AdminToolbarStateTaxonomyTermTest.php, line 42

Class

AdminToolbarStateTaxonomyTermTest
Contains test for the toolbar state label for taxonomy_term.

Namespace

Drupal\Tests\moderation_sidebar\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->vocabulary = $this
    ->createVocabulary();
  $user = $this
    ->createUser([], NULL, TRUE);
  $this
    ->drupalLogin($user);
}