Skip to content

Commit 43bb945

Browse files
authored
Merge pull request #385 from Chris53897/feature/remove-1
test: remove outdated PHP 7 listener
2 parents 80d51ce + 5a3276d commit 43bb945

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
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();

tests/Functional/config/listener_php7.yml

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

0 commit comments

Comments
 (0)