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 3a10a57 commit 5a3276dCopy full SHA for 5a3276d
tests/Functional/GeocoderListenerTest.php
@@ -109,7 +109,7 @@ public function testPersistForProperty(): void
109
}
110
111
$kernel->addTestConfig(__DIR__.'/config/listener.yml');
112
- $kernel->addTestConfig(__DIR__.'/config/listener_'.(PHP_VERSION_ID >= 80000 ? 'php8' : 'php7').'.yml');
+ $kernel->addTestConfig(__DIR__.'/config/listener_php8.yml');
113
}]);
114
115
$container = self::getContainer();
0 commit comments