mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-09 20:38:42 +00:00
make classes final
This commit is contained in:
parent
152c29093d
commit
3ff64e8741
|
|
@ -17,7 +17,7 @@ namespace Modules\ProjectManagement\tests\Admin;
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
class AdminTest extends \PHPUnit\Framework\TestCase
|
final class AdminTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
protected const NAME = 'ProjectManagement';
|
protected const NAME = 'ProjectManagement';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ use phpOMS\Utils\RnG\Text;
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
class ProjectMapperTest extends \PHPUnit\Framework\TestCase
|
final class ProjectMapperTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @covers Modules\ProjectManagement\Models\ProjectMapper
|
* @covers Modules\ProjectManagement\Models\ProjectMapper
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ use phpOMS\Localization\Money;
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
class ProjectTest extends \PHPUnit\Framework\TestCase
|
final class ProjectTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @covers Modules\ProjectManagement\Models\Project
|
* @covers Modules\ProjectManagement\Models\Project
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user