protected function NextIdTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php \Drupal\KernelTests\Core\Database\NextIdTest::setUp()
Overrides DatabaseTestBase::setUp
File
- core/
tests/ Drupal/ KernelTests/ Core/ Database/ NextIdTest.php, line 24
Class
- NextIdTest
- Tests the sequences API.
Namespace
Drupal\KernelTests\Core\DatabaseCode
protected function setUp() : void {
parent::setUp();
$this
->installSchema('system', 'sequences');
}