By mile23 on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.8.x
Introduced in version:
8.8.0-alpha1
Description:
As part of the ongoing effort to isolate the testing infrastructure from the simpletest module, Drupal\simpletest\TestDiscovery is deprecated in favor of Drupal\Core\Test\TestDiscovery.
To support this move, Drupal\simpletest\Exception\MissingGroupException is deprecated in favor of Drupal\Core\Test\Exception\MissingGroupException.
The simpletest module continues to use the deprecated Drupal\simpletest\TestDiscovery as a service, in order to build the Simpletest UI form. This service also continues to implement the deprecated hook_simpletest_alter().