From 7f7d551312c0513afef614ffc30e8393dda393a4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 10 Jun 2025 22:03:50 +0100 Subject: [PATCH] Rename test --- .../tests/src/DrupalTestTraits/Entity/PresentationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/opd_presentations/tests/src/DrupalTestTraits/Entity/PresentationTest.php b/modules/opd_presentations/tests/src/DrupalTestTraits/Entity/PresentationTest.php index fa89fbffd..968dcc2f7 100644 --- a/modules/opd_presentations/tests/src/DrupalTestTraits/Entity/PresentationTest.php +++ b/modules/opd_presentations/tests/src/DrupalTestTraits/Entity/PresentationTest.php @@ -12,7 +12,7 @@ final class PresentationTest extends ExistingSiteBase { use PresentationCreationTrait; - public function test_getting_past_events(): void { + public function test_only_past_events_are_returned(): void { $presentation = $this->createPresentation( events: [ $this->createEvent(['field_date' => (new DrupalDateTime('today'))->format('U')]),