container14.php in Zircon Profile 8.0
Same filename and directory in other branches
Namespace
Container14File
vendor/symfony/dependency-injection/Tests/Fixtures/containers/container14.phpView source
<?php
namespace Container14;
use Symfony\Component\DependencyInjection\ContainerBuilder;
/**
* This file is included in Tests\Dumper\GraphvizDumperTest::testDumpWithFrozenCustomClassContainer
* and Tests\Dumper\XmlDumperTest::testCompiledContainerCanBeDumped.
*/
if (!class_exists('Container14\\ProjectServiceContainer')) {
class ProjectServiceContainer extends ContainerBuilder {
}
}
return new ProjectServiceContainer();