Browse Source

cleanup

pull/6/head
fedy95 5 years ago
parent
commit
472760c152
  1. 3
      tests/unit/KernelTest.php

3
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;