From 35ddecefa385cb252c2810703c7f99243fa43598 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 15 Apr 2024 20:55:27 +0200 Subject: [PATCH] Remove unused testing helper method --- .../tests/Feature/AutomaticNavigationConfigurationsTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/framework/tests/Feature/AutomaticNavigationConfigurationsTest.php b/packages/framework/tests/Feature/AutomaticNavigationConfigurationsTest.php index 5ae702cfad8..8d3ee0e380d 100644 --- a/packages/framework/tests/Feature/AutomaticNavigationConfigurationsTest.php +++ b/packages/framework/tests/Feature/AutomaticNavigationConfigurationsTest.php @@ -1327,11 +1327,6 @@ public function getState(int $index): ?TestNavigationItem return $this->state()[$index] ?? null; } - public function ddState(): void - { - dd($this->state()); - } - /** * @param array $expected The expected state format * @param bool $strict If false, missing array keys are ignored