Skip to content

Commit a64ee8a

Browse files
authored
Update phpunit command in readme
1 parent 418ff9f commit a64ee8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ It is suggested to add the two additional composer scripts so it is possible to
6363
executing `composer test` or `composer test:json`.
6464
```json
6565
"scripts": {
66-
"test": "phpunit",
67-
"test:json": "FORMAT=json phpunit | tail -n +3",
66+
"test": "phpunit --colors=always",
67+
"test:json": "FORMAT=json phpunit | tail -n +3"
6868
},
6969
```
7070

0 commit comments

Comments
 (0)