Skip to content

Commit a8547bf

Browse files
committed
Define test classes as final
1 parent f96a768 commit a8547bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Console/Commands/CurlCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use InvalidArgumentException;
99
use Tests\TestCase;
1010

11-
class CurlCommandTest extends TestCase
11+
final class CurlCommandTest extends TestCase
1212
{
1313
#[Test]
1414
#[DataProvider('curlCommandFixtures')]

0 commit comments

Comments
 (0)