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 28, 2024
1 parent 7512e7f commit 2d5c693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CompilesIconsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Orchestra\Testbench\TestCase;
use OutheBox\BladeFlags\BladeFlagsServiceProvider;

class CompilesIconsTest extends TestCase
final class CompilesIconsTest extends TestCase
{
#[Test]
public function it_compiles_a_single_anonymous_component(): void
Expand Down

0 comments on commit 2d5c693

Please sign in to comment.