The trait Symfony\Bundle\Framework...Kernel\MicroKernelTrait requires the property $instanceof which is not provided by loophp\GoUnflocYourselfB...sts\Fixtures\App\Kernel.
Loading history...
23
24
public function registerBundles()
25
{
26
return [
27
new FriendsOfBehatSymfonyExtensionBundle(),
28
new GoUnflocYourselfBundle(),
29
new FrameworkBundle(),
30
];
31
}
32
33
protected function configureContainer(ContainerConfigurator $container): void
34
{
35
$container->extension(
36
'framework',
37
[
38
'secret' => 'secret',
39
'test' => true,
40
'router' => ['utf8' => true],
41
'secrets' => false,
42
]
43
);
44
}
45
46
protected function configureRoutes(RoutingConfigurator $routes): void
47
{
48
foreach (glob(__DIR__ . '/config/*.yaml') as $file) {