Skip to content

Commit 774243f

Browse files
author
arellanog
committed
Updating README
1 parent 1bb13f9 commit 774243f

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,23 +81,23 @@ composer {script} -- --env=jenkins --notty
8181

8282
### Scripts
8383

84-
#### `test`
84+
#### `spec-coverage`
8585

8686
```
8787
Usage:
88-
test [--] [options]
88+
spec-test [--] [options]
8989
9090
Options:
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
```
9999
Usage:
100-
coverage [--] [options]
100+
spec-coverage [--] [options]
101101
102102
Options:
103103
--env Specifiy the environment. Possible values:
@@ -130,7 +130,7 @@ Usage:
130130
Options:
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
```
141141
Usage:
142-
lint [--] [options]
142+
md [--] [options]
143143
144144
Options:
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
157157
Options:
158-
--notty Disable TTY.
158+
--dry-run Show changes to be applyed.
159+
--notty Disable TTY.
159160
```
160161

161162
## Using custom matchers

0 commit comments

Comments
 (0)