Skip to content

Commit e2b14c9

Browse files
committed
Add back testing helper to die with the state
1 parent d12b001 commit e2b14c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/framework/tests/Feature/AutomaticNavigationConfigurationsTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,11 @@ public function getState(int $index): ?TestNavItem
13341334
return $this->state()[$index] ?? null;
13351335
}
13361336

1337+
public function ddState(): void
1338+
{
1339+
dd($this->state());
1340+
}
1341+
13371342
/**
13381343
* @param array $expected The expected state format
13391344
* @param bool $strict If false, missing array keys are ignored

0 commit comments

Comments
 (0)