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). --- tests/Fixtures/OnlyGetController.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/Fixtures/OnlyGetController.php (limited to 'tests/Fixtures/OnlyGetController.php') diff --git a/tests/Fixtures/OnlyGetController.php b/tests/Fixtures/OnlyGetController.php new file mode 100644 index 0000000..0ab18f4 --- /dev/null +++ b/tests/Fixtures/OnlyGetController.php @@ -0,0 +1,21 @@ +