From 48431dd32b3f73855f9463af41dba997a2962f9f Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:32 +0100 Subject: Added more methods to the PathSegment class and tests --- tests/Unit/RouteTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Unit/RouteTest.php') diff --git a/tests/Unit/RouteTest.php b/tests/Unit/RouteTest.php index 5e3dc3b..0414649 100644 --- a/tests/Unit/RouteTest.php +++ b/tests/Unit/RouteTest.php @@ -13,4 +13,4 @@ it('initializes') HttpMethod::Get, fn () => null )) - ->toBeInstance(Route::class); + ->toBeInstanceOf(Route::class); -- cgit v1.2.3