diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -95,7 +95,8 @@ configuration loader. Those stay application concerns. ```bash composer install -vendor/bin/phpunit +composer check # lint + unit tests +composer bench # registration/dispatch scaling benchmark ``` Or, without Composer, drop a `phpunit.phar` into the repo root and run |
