We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b32207 commit ce6fe49Copy full SHA for ce6fe49
1 file changed
README.md
@@ -65,14 +65,16 @@ Make your changes and make sure you run *test* and *codesniffer*.
65
66
```bash
67
$ composer test
68
-> vendor/bin/phpunit tests/
69
-PHPUnit 6.1.4 by Sebastian Bergmann and contributors.
+> vendor/bin/phpunit
+PHPUnit 9.5.3 by Sebastian Bergmann and contributors.
70
71
-........ 8 / 8 (100%)
+............................................................... 63 / 128 ( 49%)
72
+............................................................... 126 / 128 ( 98%)
73
+.. 128 / 128 (100%)
74
-Time: 130 ms, Memory: 2.00MB
75
+Time: 00:00.033, Memory: 10.00 MB
76
-OK (8 tests, 13 assertions)
77
+OK (128 tests, 192 assertions)
78
79
$ composer cs
80
> vendor/bin/phpcs --standard=PSR2 src/ && vendor/bin/phpcs --standard=PSR2 tests/
0 commit comments