Skip to content

Commit

Permalink
Use the renamed trait.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Jul 31, 2024
1 parent 530c8a0 commit d9b68fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/Traits/IslandoraContentTypeTestTraits.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Drupal\media\MediaTypeInterface;
use Drupal\node\NodeInterface;
use Drupal\node\NodeTypeInterface;
use Drupal\Tests\field\Traits\EntityReferenceTestTrait;
use Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait;
use Drupal\Tests\media\Traits\MediaTypeCreationTrait;
use Drupal\Tests\node\Traits\ContentTypeCreationTrait;
use Drupal\Tests\test_support\Traits\Installs\InstallsModules;
Expand All @@ -20,7 +20,7 @@
* Useful test traits for Islandora. Creates Islanodra node, media and files.
*/
trait IslandoraContentTypeTestTraits {
use EntityReferenceTestTrait;
use EntityReferenceFieldCreationTrait;
use ContentTypeCreationTrait;
use MediaTypeCreationTrait;
use InteractsWithEntities;
Expand Down

0 comments on commit d9b68fb

Please sign in to comment.