Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 2, 2024
1 parent fed7eda commit 81e16fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/framework/tests/Unit/NavItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,4 @@ public function testIdentifierUsesLabelForExternalRoute()
$item = NavItem::forLink('https://example.com', 'Foo Bar');
$this->assertSame('foo-bar', $item->getIdentifier());
}


}

0 comments on commit 81e16fb

Please sign in to comment.