8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef53d6d commit e243be7Copy full SHA for e243be7
src/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php
@@ -95,6 +95,7 @@ public function testDumpWithTooManyRoutes()
95
'class' => 'ProjectLargeUrlGenerator',
96
)));
97
$this->routeCollection = $this->generatorDumper = null;
98
+ gc_collect_cycles();
99< 4618 /code>
include $this->largeTestTmpFilepath;
99
100
101
$projectUrlGenerator = new \ProjectLargeUrlGenerator(new RequestContext('/app.php'));
0 commit comments