use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Dumper\PhpDumper;
use Symfony\Component\Filesystem\Filesystem;
/**
* @group legacy
*/
class LegacyManagerRegistryTest extends TestCase
{ public static function setUpBeforeClass(): void
{ $test =
new PhpDumperTest();
$test->
testDumpContainerWithProxyServiceWillShareProxies();
} public function testResetService() { $container =
new \
LazyServiceProjectServiceContainer();
$registry =
new TestManagerRegistry('name',
[],
['defaultManager' => 'foo'
], 'defaultConnection', 'defaultManager', 'proxyInterfaceName'
);
$registry->
setTestContainer($container);
$foo =
$container->
get('foo'
);