From e3ee0286e54d3ef76f6b2803cc2908eab2e122f3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 21 Oct 2021 22:19:51 +0200 Subject: [PATCH] make classes final --- tests/Admin/AdminTest.php | 2 +- tests/Controller/SearchControllerTest.php | 2 +- tests/Views/NavigationViewTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index a1209ea..a121bf8 100755 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -23,7 +23,7 @@ use phpOMS\Uri\HttpUri; /** * @internal */ -class AdminTest extends \PHPUnit\Framework\TestCase +final class AdminTest extends \PHPUnit\Framework\TestCase { protected const NAME = 'Navigation'; diff --git a/tests/Controller/SearchControllerTest.php b/tests/Controller/SearchControllerTest.php index 868993f..bcbd0bb 100755 --- a/tests/Controller/SearchControllerTest.php +++ b/tests/Controller/SearchControllerTest.php @@ -38,7 +38,7 @@ use phpOMS\Utils\TestUtils; * * @internal */ -class SearchControllerTest extends \PHPUnit\Framework\TestCase +final class SearchControllerTest extends \PHPUnit\Framework\TestCase { protected ApplicationAbstract $app; diff --git a/tests/Views/NavigationViewTest.php b/tests/Views/NavigationViewTest.php index 05bb7cc..302e047 100755 --- a/tests/Views/NavigationViewTest.php +++ b/tests/Views/NavigationViewTest.php @@ -19,7 +19,7 @@ use Modules\Navigation\Views\NavigationView; /** * @internal */ -class NavigationViewTest extends \PHPUnit\Framework\TestCase +final class NavigationViewTest extends \PHPUnit\Framework\TestCase { /** * @covers Modules\Navigation\Views\NavigationView