Skip to content
Snippets Groups Projects

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

2 files
+ 0
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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');
Loading