Skip to content

Commit

Permalink
Replace deprecated trait with new one.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Jul 31, 2024
1 parent c9d778e commit 6495da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/Functional/IslandoraFunctionalTestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\link\LinkItemInterface;
use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\field\Traits\EntityReferenceTestTrait;
use Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait;
use Drupal\Tests\media\Traits\MediaTypeCreationTrait;
use Drupal\Tests\TestFileCreationTrait;

Expand All @@ -17,7 +17,7 @@
*/
class IslandoraFunctionalTestBase extends BrowserTestBase {

use EntityReferenceTestTrait;
use EntityReferenceFieldCreationTrait;
use TestFileCreationTrait;
use MediaTypeCreationTrait;
use StringTranslationTrait;
Expand Down

0 comments on commit 6495da7

Please sign in to comment.