From 472760c152ce4ee10e6b6e17dd994d79901567f6 Mon Sep 17 00:00:00 2001 From: fedy95 Date: Fri, 29 Jan 2021 13:45:31 +0300 Subject: [PATCH] cleanup --- tests/unit/KernelTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/unit/KernelTest.php b/tests/unit/KernelTest.php index 85b8008..3edb43d 100644 --- a/tests/unit/KernelTest.php +++ b/tests/unit/KernelTest.php @@ -10,9 +10,6 @@ use Codeception\Test\Unit; use PHPUnit\Framework\MockObject\MockObject; use Symfony\Component\HttpKernel\Kernel as BaseKernel; -/** - * @internal - */ class KernelTest extends Unit { protected UnitTester $tester;