File
- drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/GraphvizDumperTest.php, line 59
Class
- GraphvizDumperTest
Namespace
Symfony\Component\DependencyInjection\Tests\Dumper
Code
public function testDumpWithFrozenCustomClassContainer() {
$container = (include self::$fixturesPath . '/containers/container14.php');
$dumper = new GraphvizDumper($container);
$this
->assertEquals(str_replace('%path%', __DIR__, file_get_contents(self::$fixturesPath . '/graphviz/services14.dot')), $dumper
->dump(), '->dump() dumps services');
}