Skip to content

Commit 140a89d

Browse files
committed
Added a composer script for running the tests
1 parent e3d28f1 commit 140a89d

File tree

2 files changed

+163
-2
lines changed

2 files changed

+163
-2
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"orchestra/testbench": "^7.0"
2626
},
2727
"scripts": {
28+
"test": "./vendor/bin/phpunit",
29+
"test:verbose": "composer run test -- --testdox",
2830
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
2931
"larastan": "./vendor/bin/phpstan analyse"
3032
},

composer.lock

Lines changed: 161 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)