The trait Symfony\Bundle\Framework...Kernel\MicroKernelTrait requires the property $instanceof which is not provided by EcPhp\PhpDirectiveBundle\Tests\Fixtures\App\Kernel.
Loading history...
25
26
public function registerBundles()
27
{
28
return [
29
new FriendsOfBehatSymfonyExtensionBundle(),
30
new PhpDirectiveBundle(),
31
new FrameworkBundle(),
32
];
33
}
34
35
protected function configureContainer(ContainerConfigurator $container): void
36
{
37
foreach (glob(__DIR__ . '/config/*.yaml') as $file) {
38
$container->import($file);
39
}
40
}
41
42
protected function configureRoutes(RoutingConfigurator $routes): void
43
{
44
foreach (glob(__DIR__ . '/config/routes/*.yaml') as $file) {