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 Feb 22, 2025
1 parent a01137b commit 96307da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HasTranslatableSlugTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use PHPUnit\Framework\Attributes\Test;
use Spatie\Sluggable\SlugOptions;

class HasTranslatableSlugTest extends TestCase
final class HasTranslatableSlugTest extends TestCase
{
use LazilyRefreshDatabase;

Expand Down

0 comments on commit 96307da

Please sign in to comment.