Skip to content

Commit

Permalink
Remove unused testing helper method
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 15, 2024
1 parent 76b69c0 commit 35ddece
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35ddece

Please sign in to comment.