The trait Symfony\Bundle\Framework...Kernel\MicroKernelTrait requires the property $instanceof which is not provided by Micayael\NativeQueryFrom...dle\Tests\AppTestKernel.
Loading history...
15
16
public function registerBundles(): iterable
17
{
18
return [
19
new NativeQueryFromFileBuilderBundle(),
20
new FrameworkBundle(),
21
new DoctrineBundle(),
22
];
23
}
24
25
protected function configureContainer(ContainerConfigurator $c): void