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;