mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-09 04:18: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
|
||||
*/
|
||||
class AdminTest extends \PHPUnit\Framework\TestCase
|
||||
final class AdminTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
protected const NAME = 'Profile';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ use phpOMS\Utils\TestUtils;
|
|||
/**
|
||||
* @internal
|
||||
*/
|
||||
class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
||||
final class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
protected $app = null;
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ use Modules\Profile\Models\ProfileMapper;
|
|||
/**
|
||||
* @internal
|
||||
*/
|
||||
class ProfileMapperTest extends \PHPUnit\Framework\TestCase
|
||||
final class ProfileMapperTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/**
|
||||
* @covers Modules\Profile\Models\ProfileMapper
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ use phpOMS\Stdlib\Base\Location;
|
|||
/**
|
||||
* @internal
|
||||
*/
|
||||
class ProfileTest extends \PHPUnit\Framework\TestCase
|
||||
final class ProfileTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
private Profile $profile;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user