Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 43ad194

Browse filesBrowse files
authored
Add composer run test command (#6598)
This prevents the application from running tests with cached config.
1 parent fc42b71 commit 43ad194
Copy full SHA for 43ad194

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
"dev": [
5151
"Composer\\Config::disableProcessTimeout",
5252
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite"
53+
],
54+
"test": [
55+
"@php artisan config:clear --ansi",
56+
"@php artisan test"
5357
]
5458
},
5559
"extra": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.