mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-24 09:48:42 +00:00
make classes final
This commit is contained in:
parent
99b8028103
commit
34ea3ca09e
|
|
@ -17,7 +17,7 @@ namespace Modules\HumanResourceManagement\tests\Admin;
|
|||
/**
|
||||
* @internal
|
||||
*/
|
||||
class AdminTest extends \PHPUnit\Framework\TestCase
|
||||
final class AdminTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
protected const NAME = 'HumanResourceManagement';
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ use Modules\Profile\Models\ProfileMapper;
|
|||
/**
|
||||
* @internal
|
||||
*/
|
||||
class EmployeeHistoryMapperTest extends \PHPUnit\Framework\TestCase
|
||||
final class EmployeeHistoryMapperTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/**
|
||||
* @covers Modules\HumanResourceManagement\Models\EmployeeHistoryMapper
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ use Modules\Profile\Models\ProfileMapper;
|
|||
/**
|
||||
* @internal
|
||||
*/
|
||||
class EmployeeMapperTest extends \PHPUnit\Framework\TestCase
|
||||
final class EmployeeMapperTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/**
|
||||
* @covers Modules\HumanResourceManagement\Models\EmployeeMapper
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ use Modules\HumanResourceManagement\Models\Employee;
|
|||
/**
|
||||
* @internal
|
||||
*/
|
||||
class EmployeeTest extends \PHPUnit\Framework\TestCase
|
||||
final class EmployeeTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/**
|
||||
* @covers Modules\HumanResourceManagement\Models\Employee
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ use Modules\HumanResourceManagement\Models\EmployeeHistory;
|
|||
/**
|
||||
* @internal
|
||||
*/
|
||||
class EmployeeHistoryTest extends \PHPUnit\Framework\TestCase
|
||||
final class EmployeeHistoryTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/**
|
||||
* @covers Modules\HumanResourceManagement\Models\EmployeeHistory
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user