8000 [Routing] Force memory free on HHVM in PhpGeneratorDumperTest · symfony/symfony@e243be7 · GitHub
[go: up one dir, main page]

Skip to content

Commit e243be7

Browse files
[Routing] Force memory free on HHVM in PhpGeneratorDumperTest
1 parent ef53d6d commit e243be7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public function testDumpWithTooManyRoutes()
9595
'class' => 'ProjectLargeUrlGenerator',
9696
)));
9797
$this->routeCollection = $this->generatorDumper = null;
98+
gc_collect_cycles();
9899< 4618 /code>
include $this->largeTestTmpFilepath;
99100

100101
$projectUrlGenerator = new \ProjectLargeUrlGenerator(new RequestContext('/app.php'));

0 commit comments

Comments
 (0)
0