Skip to content
Snippets Groups Projects
Commit fabb58fc authored by Tim Rohaly's avatar Tim Rohaly
Browse files

Issue #3459171 by TR: [10.2] Drupal\Core\Database\Connection::nextId(), the...

Issue #3459171 by TR: [10.2] Drupal\Core\Database\Connection::nextId(), the {sequences} table and schema are deprecated
parent b645051e
No related branches found
No related tags found
1 merge request!25Issue #3459171 by TR: [10.2] Drupal\Core\Database\Connection::nextId(), the...
Pipeline #217885 passed
......@@ -68,7 +68,6 @@ class DataFetcherTest extends KernelTestBase {
$this->installEntitySchema('user');
$this->installEntitySchema('node');
$this->installSchema('system', ['sequences']);
$this->typedDataManager = $this->container->get('typed_data_manager');
$this->dataFetcher = $this->container->get('typed_data.data_fetcher');
......
......@@ -77,7 +77,6 @@ class PlaceholderResolverTest extends KernelTestBase {
$this->installEntitySchema('user');
$this->installEntitySchema('node');
$this->installSchema('system', ['sequences']);
// Make sure default date formats are there for testing the format_date
// filter.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment