File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,23 +81,23 @@ composer {script} -- --env=jenkins --notty
8181
8282### Scripts
8383
84- #### ` test `
84+ #### ` spec-coverage `
8585
8686```
8787Usage:
88- test [--] [options]
88+ spec- test [--] [options]
8989
9090Options:
9191 --fail Exit with 1 if tests fail.
9292 --notty Disable TTY.
9393 -v --verbose Increase the verbosity of messages.
9494```
9595
96- #### ` coverage `
96+ #### ` spec- coverage`
9797
9898```
9999Usage:
100- coverage [--] [options]
100+ spec- coverage [--] [options]
101101
102102Options:
103103 --env Specifiy the environment. Possible values:
@@ -130,7 +130,7 @@ Usage:
130130Options:
131131 --env Specifiy the environment. Possible values:
132132 'local': prints output on command-line.
133- 'jenkins': generates a xml report file.
133+ 'jenkins': generates a json report file (phpstan.json) .
134134 --notty Disable TTY.
135135```
136136
@@ -139,12 +139,12 @@ Options:
139139
140140```
141141Usage:
142- lint [--] [options]
142+ md [--] [options]
143143
144144Options:
145145 --env Specifiy the environment. Possible values:
146146 'local': prints output on command-line.
147- 'jenkins': generates a xml report file.
147+ 'jenkins': generates a xml report file (phpmd.xml) .
148148 --notty Disable TTY.
149149```
150150
@@ -155,7 +155,8 @@ Usage:
155155 fix [--] [options]
156156
157157Options:
158- --notty Disable TTY.
158+ --dry-run Show changes to be applyed.
159+ --notty Disable TTY.
159160```
160161
161162## Using custom matchers
You can’t perform that action at this time.
0 commit comments