Skip to content

Commit

Permalink
Merge pull request #7 from discoverygarden/fix/tests
Browse files Browse the repository at this point in the history
DDST-401: Use the renamed trait.
  • Loading branch information
nchiasson-dgi authored Aug 5, 2024
2 parents 530c8a0 + d9b68fb commit 05ab32e
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 05ab32e

Please sign in to comment.