make classes final

This commit is contained in:
Dennis Eichhorn 2021-10-21 22:19:50 +02:00
parent 99b8028103
commit 34ea3ca09e
5 changed files with 5 additions and 5 deletions

View File

@ -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';

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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