throw new \
InvalidArgumentException(sprintf('The root config "%s" does not exist.',
$config));
} $this->rootConfig
[] =
$config;
} parent::
__construct($environment,
$debug);
} public function getContainerClass(): string
{ return parent::
getContainerClass().
substr(md5(implode('',
$this->rootConfig
)), -16
);
} public function registerBundles(): iterable
{ if (!
is_file($filename =
$this->
getProjectDir().'/'.
$this->testCase.'/bundles.php'
)) { throw new \
RuntimeException(sprintf('The bundles file "%s" does not exist.',
$filename));
} return include $filename;
}