Skip to content

Commit f09dc76

Browse files
committed
Drop SF5 from tests
1 parent 5af4d22 commit f09dc76

File tree

2 files changed

+1
-40
lines changed

2 files changed

+1
-40
lines changed

Tests/Functional/app/AppKernel.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,8 @@ public function getLogDir(): string
2525
return sys_get_temp_dir().'/EnqueueJobQueue/cache/logs';
2626
}
2727

28-
public function registerContainerConfiguration(LoaderInterface $loader)
28+
public function registerContainerConfiguration(LoaderInterface $loader): void
2929
{
30-
if (self::VERSION_ID < 60000) {
31-
$loader->load(__DIR__.'/config/config-sf5.yml');
32-
33-
return;
34-
}
35-
3630
$loader->load(__DIR__.'/config/config.yml');
3731
}
3832

Tests/Functional/app/config/config-sf5.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)