You are here

protected function NextIdTest::setUp in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php \Drupal\KernelTests\Core\Database\NextIdTest::setUp()
  2. 10 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 22

Class

NextIdTest
Tests the sequences API.

Namespace

Drupal\KernelTests\Core\Database

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installSchema('system', 'sequences');
}