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 89d8379 commit 9e0b172Copy full SHA for 9e0b172
1 file changed
tests/FunctionalResolverTest.php
@@ -188,6 +188,7 @@ public function testCancelResolveShouldNotCauseGarbageReferences()
188
$this->resolver = $factory->create('127.0.0.1', $this->loop);
189
190
gc_collect_cycles();
191
+ gc_collect_cycles(); // clear twice to avoid leftovers in PHP 7.4 with ext-xdebug and code coverage turned on
192
193
$promise = $this->resolver->resolve('google.com');
194
$promise->cancel();
0 commit comments