make classes final

This commit is contained in:
Dennis Eichhorn 2021-10-21 22:19:51 +02:00
parent acd266272d
commit fd0568c04f

View File

@ -17,7 +17,7 @@ namespace Modules\Shop\tests\Admin;
/** /**
* @internal * @internal
*/ */
class AdminTest extends \PHPUnit\Framework\TestCase final class AdminTest extends \PHPUnit\Framework\TestCase
{ {
protected const NAME = 'Shop'; protected const NAME = 'Shop';