We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af4d22 commit f09dc76Copy full SHA for f09dc76
Tests/Functional/app/AppKernel.php
@@ -25,14 +25,8 @@ public function getLogDir(): string
25
return sys_get_temp_dir().'/EnqueueJobQueue/cache/logs';
26
}
27
28
- public function registerContainerConfiguration(LoaderInterface $loader)
+ public function registerContainerConfiguration(LoaderInterface $loader): void
29
{
30
- if (self::VERSION_ID < 60000) {
31
- $loader->load(__DIR__.'/config/config-sf5.yml');
32
-
33
- return;
34
- }
35
36
$loader->load(__DIR__.'/config/config.yml');
37
38
Tests/Functional/app/config/config-sf5.yml
0 commit comments