protected function ScheduledTransitionsUtilityTest::setUp in Scheduled Transitions 8
Same name and namespace in other branches
- 2.x 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\KernelCode
protected function setUp() {
  parent::setUp();
  $this
    ->installEntitySchema('entity_test_revlog');
}