File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ the `Zalas\Injector\PHPUnit\Symfony\TestCase\SymfonyContainer` trait to get the
80
80
` Zalas\Injector\PHPUnit\TestListener\ServiceContainerTestCase ` implementation:
81
81
82
82
``` php
83
+ use PHPUnit\Framework\TestCase;
83
84
use Psr\Log\LoggerInterface;
84
- use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
85
85
use Symfony\Component\Serializer\SerializerInterface;
86
86
use Zalas\Injector\PHPUnit\Symfony\TestCase\SymfonyContainer;
87
87
use Zalas\Injector\PHPUnit\TestListener\ServiceContainerTestCase;
88
88
89
- class ServiceInjectorTest extends KernelTestCase implements ServiceContainerTestCase
89
+ class ServiceInjectorTest extends TestCase implements ServiceContainerTestCase
90
90
{
91
91
use SymfonyContainer;
92
92
You can’t perform that action at this time.
0 commit comments