You are here

public function AdminToolbarStateTaxonomyTermTest::testModeratedEntity in Moderation Sidebar 8

Tests state labels in admin toolbar with a moderated entity.

File

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

Class

AdminToolbarStateTaxonomyTermTest
Contains test for the toolbar state label for taxonomy_term.

Namespace

Drupal\Tests\moderation_sidebar\Functional

Code

public function testModeratedEntity() {

  // This is empty because taxonomy_term can't be used in a moderation
  // workflow yet. Test must be provided when #2899923 is merged into core.
  // See https://www.drupal.org/project/drupal/issues/2899923.
}