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