Skip to content

Commit ce6fe49

Browse files
peter279kicanhazstring
authored andcommitted
Update composer test command output message
1 parent 0b32207 commit ce6fe49

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,16 @@ Make your changes and make sure you run *test* and *codesniffer*.
6565

6666
```bash
6767
$ composer test
68-
> vendor/bin/phpunit tests/
69-
PHPUnit 6.1.4 by Sebastian Bergmann and contributors.
68+
> vendor/bin/phpunit
69+
PHPUnit 9.5.3 by Sebastian Bergmann and contributors.
7070

71-
........ 8 / 8 (100%)
71+
............................................................... 63 / 128 ( 49%)
72+
............................................................... 126 / 128 ( 98%)
73+
.. 128 / 128 (100%)
7274

73-
Time: 130 ms, Memory: 2.00MB
75+
Time: 00:00.033, Memory: 10.00 MB
7476

75-
OK (8 tests, 13 assertions)
77+
OK (128 tests, 192 assertions)
7678

7779
$ composer cs
7880
> vendor/bin/phpcs --standard=PSR2 src/ && vendor/bin/phpcs --standard=PSR2 tests/

0 commit comments

Comments
 (0)