make classes final

This commit is contained in:
Dennis Eichhorn 2021-10-21 22:19:50 +02:00
parent 355519fcf0
commit 9aa0622407
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -25,7 +25,7 @@ use phpOMS\Utils\RnG\Text;
/**
* @internal
*/
class PromotionMapperTest extends \PHPUnit\Framework\TestCase
final class PromotionMapperTest extends \PHPUnit\Framework\TestCase
{
/**
* @covers Modules\Marketing\Models\PromotionMapper

View File

@ -22,7 +22,7 @@ use phpOMS\Localization\Money;
/**
* @internal
*/
class PromotionTest extends \PHPUnit\Framework\TestCase
final class PromotionTest extends \PHPUnit\Framework\TestCase
{
/**
* @covers Modules\Marketing\Models\Promotion