Problem/Motivation

SimpleTest was deprecated in Drupal 8 and moved to contrib in Drupal 9. There has been no activity in the contrib issue queue and it seems everyone has migrated to PHPUnit, which was the desired outcome.

Steps to reproduce

Proposed resolution

Remove all remnants of SimpleTest from core in Drupal 10.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Comments

longwave created an issue. See original summary.

alexpott’s picture

We need an issue to remove the core/modules/simpletest folder. We should have removed it in #3261486: Remove core updates added prior to 9.3.0 and adjust test coverage.

spokje’s picture

We need an issue to remove the core/modules/simpletest folder.

#3293288: Remove the /core/modules/simpletest folder

Version: 10.0.x-dev » 11.x-dev

Drupal core is moving towards using a “main” branch. As an interim step, a new 11.x branch has been opened, as Drupal.org infrastructure cannot currently fully support a branch named main. New developments and disruptive changes should now be targeted for the 11.x branch. For more information, see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.