function NextIdTest::setUp
Same name in this branch
- 9 core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php \Drupal\KernelTests\Core\Database\NextIdTest::setUp()
Same name in other branches
- 8.9.x core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php \Drupal\KernelTests\Core\Database\NextIdTest::setUp()
- 10 core/modules/mysql/tests/src/Kernel/mysql/NextIdTest.php \Drupal\Tests\mysql\Kernel\mysql\NextIdTest::setUp()
- 10 core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php \Drupal\KernelTests\Core\Database\NextIdTest::setUp()
Overrides DriverSpecificDatabaseTestBase::setUp
File
-
core/
modules/ mysql/ tests/ src/ Kernel/ mysql/ NextIdTest.php, line 25
Class
- NextIdTest
- Tests the sequences API.
Namespace
Drupal\Tests\mysql\Kernel\mysqlCode
protected function setUp() : void {
parent::setUp();
$this->installSchema('system', 'sequences');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.