public function testDumpWithFrozenContainer() {
$container = (include self::$fixturesPath . '/containers/container13.php');
$dumper = new GraphvizDumper($container);
$this
->assertEquals(str_replace('%path%', __DIR__, file_get_contents(self::$fixturesPath . '/graphviz/services13.dot')), $dumper
->dump(), '->dump() dumps services');
}