Change record status: 
Project: 
Introduced in branch: 
8.5.x
Introduced in version: 
8.5.0
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