From 8c0efd0d9317ad92bd55cd6afcd41bdbab827bf8 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:32 +0100 Subject: Make basic routing work --- tests/Unit/PathSegmentMatchTest.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/Unit/PathSegmentMatchTest.php (limited to 'tests/Unit/PathSegmentMatchTest.php') diff --git a/tests/Unit/PathSegmentMatchTest.php b/tests/Unit/PathSegmentMatchTest.php new file mode 100644 index 0000000..9a522a4 --- /dev/null +++ b/tests/Unit/PathSegmentMatchTest.php @@ -0,0 +1,17 @@ + 'test2'], + ); + + expect($match) + ->segment->toBe($seg) + ->parameters->toBe($params); +}); -- cgit v1.2.3