mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-18 10:58:40 +00:00
make classes final
This commit is contained in:
parent
355519fcf0
commit
9aa0622407
|
|
@ -17,7 +17,7 @@ namespace Modules\Marketing\tests\Admin;
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
class AdminTest extends \PHPUnit\Framework\TestCase
|
final class AdminTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
protected const NAME = 'Marketing';
|
protected const NAME = 'Marketing';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ use phpOMS\Utils\RnG\Text;
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
class PromotionMapperTest extends \PHPUnit\Framework\TestCase
|
final class PromotionMapperTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @covers Modules\Marketing\Models\PromotionMapper
|
* @covers Modules\Marketing\Models\PromotionMapper
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ use phpOMS\Localization\Money;
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
class PromotionTest extends \PHPUnit\Framework\TestCase
|
final class PromotionTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @covers Modules\Marketing\Models\Promotion
|
* @covers Modules\Marketing\Models\Promotion
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user