From cc65ce449202e31e57990d462a77a5df45792c8c Mon Sep 17 00:00:00 2001 From: joegl <20383-joegl@users.noreply.drupalcode.org> Date: Mon, 4 Nov 2024 13:18:33 -0600 Subject: [PATCH] fixup! --- .../tests/codeception/functional/Content/EventsCest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/docroot/profiles/sdss/sdss_profile/tests/codeception/functional/Content/EventsCest.php b/docroot/profiles/sdss/sdss_profile/tests/codeception/functional/Content/EventsCest.php index d28132cc..3ed2e37f 100644 --- a/docroot/profiles/sdss/sdss_profile/tests/codeception/functional/Content/EventsCest.php +++ b/docroot/profiles/sdss/sdss_profile/tests/codeception/functional/Content/EventsCest.php @@ -78,7 +78,6 @@ public function testMiniCalendar(FunctionalTester $I) { ->get(0) ->get('value') ->getString(); - var_dump($start_timestamp); $button_label = date('M jS Y', $start_timestamp);