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