By jonathan1055 on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.4.x
Introduced in version:
8.4.0
Issue links:
Description:
As part of the PHPUnit Initiative the tests in the Shortcut module have been converted to use PHPUnit.
As a part of this \Drupal\shortcut\Tests\ShortcutTestBase has been deprecated. All test classes that extend this base class should be converted to use \Drupal\Tests\shortcut\Functional\ShortcutTestBase instead.
Impacts:
Module developers