File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments