mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-17 07:48:41 +00:00
make classes final
This commit is contained in:
parent
0b7beaecb2
commit
6f95b19504
|
|
@ -17,7 +17,7 @@ namespace Modules\Profile\tests\Admin;
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
class AdminTest extends \PHPUnit\Framework\TestCase
|
final class AdminTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
protected const NAME = 'Profile';
|
protected const NAME = 'Profile';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ use phpOMS\Utils\TestUtils;
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
final class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
protected $app = null;
|
protected $app = null;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ use Modules\Profile\Models\ProfileMapper;
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
class ProfileMapperTest extends \PHPUnit\Framework\TestCase
|
final class ProfileMapperTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @covers Modules\Profile\Models\ProfileMapper
|
* @covers Modules\Profile\Models\ProfileMapper
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ use phpOMS\Stdlib\Base\Location;
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
class ProfileTest extends \PHPUnit\Framework\TestCase
|
final class ProfileTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
private Profile $profile;
|
private Profile $profile;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user