Problem/Motivation
\Drupal\KernelTests\Core\Recipe\RollbackTest is under the KernelTests namespace, but it extends from \Drupal\Tests\BrowserTestBase
Steps to reproduce
Proposed resolution
Move it from \Drupal\KernelTests\Core\Recipe\RollbackTest to Drupal\FunctionalTests\Core\Recipe\RollbackTest
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3454062
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:
Comments
Comment #2
kim.pepperComment #4
kim.pepperComment #5
smustgrave commentedSeems straightforward and didn't break anything.
Comment #6
alexpottBackported to 10.3.x as a test only change. Thanks for catching this.