From 965551532d684456b74baf960157c0c2cef7335d Mon Sep 17 00:00:00 2001 From: Brett Parson Date: Sat, 29 Aug 2026 15:56:31 -0500 Subject: Add regression and integration test suite Port the stress-test findings into PHPUnit: realistic brett-parson.com route model, known-issue baselines, router boundary cases, and a standalone scaling benchmark (composer bench). --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 97be075..f5b75a5 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3