Skip to content

Commit

Permalink
Define test classes as final
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Mar 10, 2024
1 parent 46a07a7 commit 1b131ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/UriTranslatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b131ae

Please sign in to comment.