public function testConstructor() { class_alias(TestInterface::
class, 'Symfony\Component\Config\Resource\ResourceInterface'
);
$container =
new ContainerBuilder();
$this->
assertFalse($container->
isTrackingResources());
}}/**
* A test interface for testing ContainerBuilder::__construct().
*
* @see \Drupal\Tests\Core\DependencyInjection\ContainerBuilderTest::testConstructor()
*/
interface TestInterface
{}