From 1b131ae99be05fcff547647ae065fd9a2faf573c Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 10 Mar 2024 10:06:48 +0000 Subject: [PATCH] Define test classes as `final` --- tests/Feature/UriTranslatorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/UriTranslatorTest.php b/tests/Feature/UriTranslatorTest.php index 50dc6c8..15dec40 100644 --- a/tests/Feature/UriTranslatorTest.php +++ b/tests/Feature/UriTranslatorTest.php @@ -6,7 +6,7 @@ use CodeZero\UriTranslator\Tests\TestCase; use Illuminate\Support\Facades\Lang; -class UriTranslatorTest extends TestCase +final class UriTranslatorTest extends TestCase { #[Test] public function it_translates_every_segment_in_a_uri_to_the_current_locale(): void