Skip to content

Commit

Permalink
updating and fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Oct 12, 2023
1 parent 95566e7 commit 3b2f637
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions app/Enums/Examples/Ui/Alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ class Alert
<x-alert>
TallStackUi
</x-alert>
<!-- or -->
<x-alert text="TallStackUi" />
HTML;

public const TITLE = <<<'HTML'
Expand Down
4 changes: 2 additions & 2 deletions tests/Feature/StructureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
$this->get($route)->assertOk();
})->with([
fn () => route('welcome'),
fn () => route('documentation.get-started'),
fn () => route('installation'),
fn () => route('beta'),
//
fn () => route('documentation.get-started'),
fn () => route('documentation.form.input'),
fn () => route('documentation.form.password'),
fn () => route('documentation.form.textarea'),
Expand Down

0 comments on commit 3b2f637

Please sign in to comment.