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