Skip to content
Snippets Groups Projects
Verified Commit 2f071240 authored by Dave Long's avatar Dave Long
Browse files

Issue #3403491 by Kingdutch, ankithashetty, BramDriesen, longwave, Berdir,...

Issue #3403491 by Kingdutch, ankithashetty, BramDriesen, longwave, Berdir, mglaman, quietone: Rename EntityReferenceTestTrait breaks multi-version testing
parent f5223a38
No related branches found
No related tags found
No related merge requests found
<?php
namespace Drupal\Tests\field\Traits;
@trigger_error('The ' . __NAMESPACE__ . '\EntityReferenceTestTrait is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Instead, use \Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait. See https://www.drupal.org/node/3401941', E_USER_DEPRECATED);
/**
* Provides common functionality for the EntityReference test classes.
*
* @deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Use
* \Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait instead.
*
* @see https://www.drupal.org/node/3401941
*/
trait EntityReferenceTestTrait {
use EntityReferenceFieldCreationTrait;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment