diff --git a/modules/opd_presentations/tests/src/Functional/PresentationCounterTest.php b/modules/opd_presentations/tests/src/Functional/PresentationCounterTest.php index 1e938a808..27e1e28d4 100644 --- a/modules/opd_presentations/tests/src/Functional/PresentationCounterTest.php +++ b/modules/opd_presentations/tests/src/Functional/PresentationCounterTest.php @@ -6,7 +6,6 @@ namespace Drupal\Tests\opd_presentations; use Drupal\Tests\RandomGeneratorTrait; use Drupal\Tests\opd_presentations\Traits\PresentationCreationTrait; -use Drupal\node\NodeInterface; use Drupal\opd_presentations\Date; use Drupal\opd_presentations\PresentationCounter; use weitzman\DrupalTestTraits\ExistingSiteBase;