You are here

protected function ScheduledTransitionsUtilityTest::setUp in Scheduled Transitions 2.x

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

Overrides KernelTestBase::setUp

File

tests/src/Kernel/ScheduledTransitionsUtilityTest.php, line 41

Class

ScheduledTransitionsUtilityTest
Tests scheduled transactions utility.

Namespace

Drupal\Tests\scheduled_transitions\Kernel

Code

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