We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test-*
1 parent 7281522 commit 482229dCopy full SHA for 482229d
.ahoy.yml
@@ -68,21 +68,21 @@ commands:
68
usage: Run unit tests.
69
cmd: |
70
pushd "build" >/dev/null || exit 1
71
- vendor/bin/phpunit --testsuite unit
+ vendor/bin/phpunit --testsuite unit "$@"
72
popd >/dev/null || exit 1
73
74
test-kernel:
75
usage: Run kernel tests.
76
77
78
- vendor/bin/phpunit --testsuite kernel
+ vendor/bin/phpunit --testsuite kernel "$@"
79
80
81
test-functional:
82
usage: Run functional tests.
83
84
85
- vendor/bin/phpunit --testsuite functional
+ vendor/bin/phpunit --testsuite functional "$@"
86
87
88
reset:
0 commit comments