Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Mar 12, 2024
1 parent 7bd6586 commit c6f2399
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Feature/StructureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
fn () => route('documentation.troubleshooting'),
fn () => route('documentation.updates'),
fn () => route('documentation.faq'),
fn () => route('documentation.summer-release'),
//
fn () => route('documentation.form.input'),
fn () => route('documentation.form.password'),
Expand All @@ -39,6 +40,7 @@
fn () => route('documentation.form.upload'),
fn () => route('documentation.form.date'),
fn () => route('documentation.form.time'),
fn () => route('documentation.form.select'),
//
fn () => route('documentation.ui.alert'),
fn () => route('documentation.ui.avatar'),
Expand All @@ -54,7 +56,6 @@
fn () => route('documentation.ui.link'),
fn () => route('documentation.ui.loading'),
fn () => route('documentation.ui.reaction'),
fn () => route('documentation.form.select'),
fn () => route('documentation.ui.slide'),
fn () => route('documentation.ui.stats'),
fn () => route('documentation.ui.step'),
Expand All @@ -68,6 +69,7 @@
//
fn () => route('documentation.internal.error'),
fn () => route('documentation.internal.hint'),
fn () => route('documentation.internal.floating'),
fn () => route('documentation.internal.label'),
fn () => route('documentation.internal.wrapper'),
//
Expand Down

0 comments on commit c6f2399

Please sign in to comment.