mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-12 06:48:40 +00:00
make classes final
This commit is contained in:
parent
02a0d38774
commit
e3ee0286e5
|
|
@ -23,7 +23,7 @@ use phpOMS\Uri\HttpUri;
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
class AdminTest extends \PHPUnit\Framework\TestCase
|
final class AdminTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
protected const NAME = 'Navigation';
|
protected const NAME = 'Navigation';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,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;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ use Modules\Navigation\Views\NavigationView;
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
class NavigationViewTest extends \PHPUnit\Framework\TestCase
|
final class NavigationViewTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @covers Modules\Navigation\Views\NavigationView
|
* @covers Modules\Navigation\Views\NavigationView
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user