Skip to content

Commit dd0f2f6

Browse files
committed
Test compat with Symfony 4
1 parent e5fbfd1 commit dd0f2f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/GraphqliteTestingKernel.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ public function configureContainer(ContainerBuilder $c, LoaderInterface $loader)
141141
$loader->load($confDir.'/{services}_'.$this->environment.self::CONFIG_EXTS, 'glob');
142142
}
143143

144-
protected function configureRoutes(RoutingConfigurator $routes)
144+
// Note: typing is disabled because using different classes in Symfony 4 and 5
145+
protected function configureRoutes(/*RoutingConfigurator*/ $routes)
145146
{
146147
$routes->import(__DIR__.'/../Resources/config/routes.xml');
147148
}

0 commit comments

Comments
 (0)