Mark classes as final
This commit is contained in:
parent
738031ec5d
commit
c983048346
5 changed files with 5 additions and 5 deletions
tests/Command
|
@ -11,7 +11,7 @@ use PHPUnit\Framework\TestCase;
|
|||
use Symfony\Component\Filesystem\Filesystem;
|
||||
use Symfony\Component\Finder\Finder;
|
||||
|
||||
class GenerateDrupal7ModuleCommandTest extends TestCase
|
||||
final class GenerateDrupal7ModuleCommandTest extends TestCase
|
||||
{
|
||||
protected function tearDown(): void
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue