From cdebc0cddbbf3250e068faf9d5dcfff8a5ea5267 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 24 Jun 2025 16:04:21 +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 8e2814136..98f9860b8 100644 --- a/modules/opd_presentations/tests/src/Functional/Action/CountGivenPresentationsTest.php +++ b/modules/opd_presentations/tests/src/Functional/Action/CountGivenPresentationsTest.php @@ -13,7 +13,6 @@ use weitzman\DrupalTestTraits\ExistingSiteBase; final class CountGivenPresentationsTest extends ExistingSiteBase { use PresentationCreationTrait; - use RandomGeneratorTrait; public function test_it_counts_events(): void { $action = $this->container->get(CountGivenPresentations::class);