Problem/Motivation
Remove deprecated code in core/tests/fixtures
\Drupal\KernelTests\KernelMissingDependentModuleMethodTest
\Drupal\FunctionalTests\BrowserMissingDependentModuleMethodTest
\Drupal\KernelTests\BrowserMissingDependentModuleTest
\Drupal\KernelTests\KernelMissingDependentModuleTest
\Drupal\Driver\Database\fake\Connection::nextId
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3432863
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3432863-remove-deprecated-code
changes, plain diff MR !7137
Comments
Comment #2
mstrelan commentedComment #4
danielvezaUpdating the IS to add another deprecation and remove a duplicate.
Comment #6
obsidian_ commentedRemoved deprecated code as recommended in issue description.
Comment #7
danielvezaLooks good, the deprecated code has been removed. I've cheked this out locally and there is no remaining deprecations remaining in core/tests/fixtures.
Comment #8
obsidian_ commentedComment #10
larowlan