diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
| commit | 48431dd32b3f73855f9463af41dba997a2962f9f (patch) | |
| tree | 654b8f6d5466aeef5fb36495c46e389c27d32eb9 /tests/Unit/RouteTest.php | |
| parent | a2eaccfa4d970bad833110337650904ae125642a (diff) | |
Added more methods to the PathSegment class and tests
Diffstat (limited to 'tests/Unit/RouteTest.php')
| -rw-r--r-- | tests/Unit/RouteTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
