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). --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index e9f55d1..dcda42e 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,12 @@ "require-dev": { "phpunit/phpunit": "^10.5 || ^11.0" }, + "scripts": { + "test": "phpunit", + "bench": "php tests/bench/bench.php", + "lint": "find src tests -name '*.php' -exec php -l {} +", + "check": ["@lint", "@test"] + }, "config": { "sort-packages": true } -- cgit v1.2.3