By Anonymous (not verified) on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.5.x
Introduced in version:
8.5.0
Issue links:
Description:
As part of the PHPUnit Initiative the tests in the system module have been converted to use PHPUnit.
\Drupal\system\Tests\Entity\EntityDefinitionTestTrait has been deprecated. Test classes that use this trait should be changed to use
\Drupal\Tests\system\Functional\Entity\Traits\EntityDefinitionTestTrait instead.
\Drupal\system\Tests\Entity\EntityWithUriCacheTagsTestBase has been deprecated. Test classes that use this trait should be changed to use
\Drupal\Tests\system\Functional\Entity\EntityWithUriCacheTagsTestBase instead.
Impacts:
Module developers