make classes final

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

View File

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