From e1c8f4f11810c39d99d8a227f7ee443cef2ce98b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 24 Jun 2025 16:43:30 +0100 Subject: [PATCH] Remove unused trait --- .../tests/src/Functional/Action/CountGivenPresentationsTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/opd_presentations/tests/src/Functional/Action/CountGivenPresentationsTest.php b/modules/opd_presentations/tests/src/Functional/Action/CountGivenPresentationsTest.php index 98f9860b8..a969129f3 100644 --- a/modules/opd_presentations/tests/src/Functional/Action/CountGivenPresentationsTest.php +++ b/modules/opd_presentations/tests/src/Functional/Action/CountGivenPresentationsTest.php @@ -4,7 +4,6 @@ declare(strict_types=1); namespace Drupal\Tests\opd_presentations\Action; -use Drupal\Tests\RandomGeneratorTrait; use Drupal\Tests\opd_presentations\Traits\PresentationCreationTrait; use Drupal\opd_presentations\Action\CountGivenPresentations; use Drupal\opd_presentations\Events;