@@ -108,7 +108,7 @@ public function testPersistForProperty(): void
108108 $ kernel ->addTestConfig (__DIR__ .'/config/framework.yml ' );
109109
110110 if ($ kernel ::VERSION_ID >= 60000 ) {
111- $ kernel ->addTestConfig (__DIR__ .'/config/framework_sf6 .yml ' );
111+ $ kernel ->addTestConfig (__DIR__ .'/config/framework_sf ' . $ kernel :: MAJOR_VERSION . ' .yml ' );
112112 }
113113
114114 $ kernel ->addTestConfig (__DIR__ .'/config/listener.yml ' );
@@ -148,7 +148,7 @@ public function testPersistForGetter(): void
148148 $ kernel ->addTestConfig (__DIR__ .'/config/framework.yml ' );
149149
150150 if ($ kernel ::VERSION_ID >= 60000 ) {
151- $ kernel ->addTestConfig (__DIR__ .'/config/framework_sf6 .yml ' );
151+ $ kernel ->addTestConfig (__DIR__ .'/config/framework_sf ' . $ kernel :: MAJOR_VERSION . ' .yml ' );
152152 }
153153
154154 $ kernel ->addTestConfig (__DIR__ .'/config/listener.yml ' );
@@ -188,7 +188,7 @@ public function testPersistForStringableGetter(): void
188188 $ kernel ->addTestConfig (__DIR__ .'/config/framework.yml ' );
189189
190190 if ($ kernel ::VERSION_ID >= 60000 ) {
191- $ kernel ->addTestConfig (__DIR__ .'/config/framework_sf6 .yml ' );
191+ $ kernel ->addTestConfig (__DIR__ .'/config/framework_sf ' . $ kernel :: MAJOR_VERSION . ' .yml ' );
192192 }
193193
194194 $ kernel ->addTestConfig (__DIR__ .'/config/listener.yml ' );
@@ -228,7 +228,7 @@ public function testPersistForInvalidGetter(): void
228228 $ kernel ->addTestConfig (__DIR__ .'/config/framework.yml ' );
229229
230230 if ($ kernel ::VERSION_ID >= 60000 ) {
231- $ kernel ->addTestConfig (__DIR__ .'/config/framework_sf6 .yml ' );
231+ $ kernel ->addTestConfig (__DIR__ .'/config/framework_sf ' . $ kernel :: MAJOR_VERSION . ' .yml ' );
232232 }
233233
234234 $ kernel ->addTestConfig (__DIR__ .'/config/listener.yml ' );
@@ -261,7 +261,7 @@ public function testPersistForEmptyProperty(): void
261261 $ kernel ->addTestConfig (__DIR__ .'/config/framework.yml ' );
262262
263263 if ($ kernel ::VERSION_ID >= 60000 ) {
264- $ kernel ->addTestConfig (__DIR__ .'/config/framework_sf6 .yml ' );
264+ $ kernel ->addTestConfig (__DIR__ .'/config/framework_sf ' . $ kernel :: MAJOR_VERSION . ' .yml ' );
265265 }
266266
267267 $ kernel ->addTestConfig (__DIR__ .'/config/listener.yml ' );
@@ -294,7 +294,7 @@ public function testDoesNotGeocodeIfAddressNotChanged(): void
294294 $ kernel ->addTestConfig (__DIR__ .'/config/framework.yml ' );
295295
296296 if ($ kernel ::VERSION_ID >= 60000 ) {
297- $ kernel ->addTestConfig (__DIR__ .'/config/framework_sf6 .yml ' );
297+ $ kernel ->addTestConfig (__DIR__ .'/config/framework_sf ' . $ kernel :: MAJOR_VERSION . ' .yml ' );
298298 }
299299
300300 $ kernel ->addTestConfig (__DIR__ .'/config/listener.yml ' );
0 commit comments