File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ class LegacyManagerRegistryTest extends TestCase
28
28
{
29
29
public static function setUpBeforeClass (): void
30
30
{
31
- $ test = new PhpDumperTest ();
32
- $ test ->testDumpContainerWithProxyServiceWillShareProxies ();
31
+ if (!class_exists (\LazyServiceProjectServiceContainer::class, false )) {
32
+ eval ('?> ' .PhpDumperTest::dumpLazyServiceProjectServiceContainer ());
33
+ }
33
34
}
34
35
35
36
public function testResetService ()
Original file line number Diff line number Diff line change 36
36
"symfony/messenger" : " ^5.4|^6.0|^7.0" ,
37
37
"symfony/property-access" : " ^5.4|^6.0|^7.0" ,
38
38
"symfony/property-info" : " ^5.4|^6.0|^7.0" ,
39
- "symfony/proxy-manager-bridge" : " ^5.4|^6.0|^7.0 " ,
39
+ "symfony/proxy-manager-bridge" : " ^6.4 " ,
40
40
"symfony/security-core" : " ^6.4|^7.0" ,
41
41
"symfony/stopwatch" : " ^5.4|^6.0|^7.0" ,
42
42
"symfony/translation" : " ^5.4|^6.0|^7.0" ,
You can’t perform that action at this time.
0 commit comments