Remove unused trait

This commit is contained in:
Oliver Davies 2025-06-24 16:04:21 +01:00
parent bde36ee056
commit cdebc0cddb

View file

@ -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);