mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-02-10 18:38:41 +00:00
make classes final
This commit is contained in:
parent
a249620edc
commit
9dde5aabb8
|
|
@ -17,7 +17,7 @@ namespace Modules\Help\tests\Admin;
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
class AdminTest extends \PHPUnit\Framework\TestCase
|
final class AdminTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
protected const NAME = 'Help';
|
protected const NAME = 'Help';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ use phpOMS\Utils\TestUtils;
|
||||||
*
|
*
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
class SearchControllerTest extends \PHPUnit\Framework\TestCase
|
final class SearchControllerTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
protected ApplicationAbstract $app;
|
protected ApplicationAbstract $app;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user