mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-12 16:28:41 +00:00
make classes final
This commit is contained in:
parent
355519fcf0
commit
9aa0622407
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user