You are here

protected function ModerationStateEntityTest::setUp in Workbench Moderation 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/ModerationStateEntityTest.php \Drupal\Tests\workbench_moderation\Kernel\ModerationStateEntityTest::setUp()

Overrides KernelTestBase::setUp

File

tests/src/Kernel/ModerationStateEntityTest.php, line 25

Class

ModerationStateEntityTest
Class ModerationStateEntityTest

Namespace

Drupal\Tests\workbench_moderation\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installEntitySchema('moderation_state');
}