Skip to content

Commit 5a3276d

Browse files
committed
test: remove outdated PHP 7 listener
1 parent 3a10a57 commit 5a3276d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/GeocoderListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function testPersistForProperty(): void
109109
}
110110

111111
$kernel->addTestConfig(__DIR__.'/config/listener.yml');
112-
$kernel->addTestConfig(__DIR__.'/config/listener_'.(PHP_VERSION_ID >= 80000 ? 'php8' : 'php7').'.yml');
112+
$kernel->addTestConfig(__DIR__.'/config/listener_php8.yml');
113113
}]);
114114

115115
$container = self::getContainer();

0 commit comments

Comments
 (0)