make classes final

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

View File

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