Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Sep 16, 2024
1 parent 1e0f1ca commit 22d4d27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@
"format": "./vendor/bin/pint",
"rector": "vendor/bin/rector process --dry-run",
"analyse": "./vendor/bin/phpstan analyse --memory-limit=2G",
"ci": [
"./vendor/bin/pest --type-coverage --min=100",
"./vendor/bin/pint --test",
"./vendor/bin/phpstan analyse --memory-limit=2G",
"./vendor/bin/pest --filter Structure --parallel",
"CI=true ./vendor/bin/pest --filter Browser"
],
"ci:analyse": [
"./vendor/bin/pest --type-coverage --min=100",
"./vendor/bin/pint --test",
Expand Down
1 change: 1 addition & 0 deletions tests/Browser/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">

<title>Laravel</title>

Expand Down

0 comments on commit 22d4d27

Please sign in to comment.