Skip to content
Snippets Groups Projects
Commit 54832c24 authored by Chris Jansen's avatar Chris Jansen Committed by Joris Vercammen
Browse files

Issue #3042654 by legolasbo, arpitr, akshay_d, borisson_: Drupal 9 Deprecated Code Report

parent 653d1654
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ use Drupal\Core\Language\LanguageInterface;
use Drupal\search_api\Item\Field;
use Drupal\taxonomy\Entity\Term;
use Drupal\Tests\taxonomy\Functional\TaxonomyTestTrait;
use Drupal\field\Tests\EntityReference\EntityReferenceTestTrait;
use Drupal\Tests\field\Traits\EntityReferenceTestTrait;
use Drupal\Tests\facets\Functional\FacetsTestBase;
/**
......
......@@ -5,7 +5,7 @@ namespace Drupal\Tests\facets\Functional;
use Drupal\Core\Language\LanguageInterface;
use Drupal\search_api\Item\Field;
use Drupal\taxonomy\Entity\Term;
use Drupal\field\Tests\EntityReference\EntityReferenceTestTrait;
use Drupal\Tests\field\Traits\EntityReferenceTestTrait;
use Drupal\Tests\taxonomy\Functional\TaxonomyTestTrait;
/**
......
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