|
@ -10,9 +10,6 @@ use Codeception\Test\Unit; |
|
|
use PHPUnit\Framework\MockObject\MockObject; |
|
|
use PHPUnit\Framework\MockObject\MockObject; |
|
|
use Symfony\Component\HttpKernel\Kernel as BaseKernel; |
|
|
use Symfony\Component\HttpKernel\Kernel as BaseKernel; |
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @internal |
|
|
|
|
|
*/ |
|
|
|
|
|
class KernelTest extends Unit |
|
|
class KernelTest extends Unit |
|
|
{ |
|
|
{ |
|
|
protected UnitTester $tester; |
|
|
protected UnitTester $tester; |
|
|