- Issue created by @tr
- Merge request !55Issue #3512103 by tr: [10.2] Drupal\Core\Database\Connection::nextId(), the... β (Merged) created by tr
Automatically closed - issue fixed for 2 weeks with no activity.
Change record: Drupal\Core\Database\Connection::nextId(), the {sequences} table and schema are deprecated β
$this->installSchema('system', ['sequences']);
is deprecated in Kernel tests as of D10.2, and is not allowed as of D11.
Voting API has just one usage that needs to be addressed:
tests/src/Kernel/VoteAccessTest.php: $this->installSchema('system', 'sequences');
Active
4.0
Unit tests
Automatically closed - issue fixed for 2 weeks with no activity.