Skip to content
Snippets Groups Projects
Commit 9e546b36 authored by catch's avatar catch
Browse files

Issue #3164965 by shetpooja04, Hardik_Patel_12: Unused variable $source in...

Issue #3164965 by shetpooja04, Hardik_Patel_12: Unused variable $source in help_topics module, HelpTopicTwigLoaderTest.php
parent d2e7c1fa
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ public function testGetSourceContextException() {
$this->expectException(LoaderError::class);
$this->expectExceptionMessage("Malformed YAML in help topic \"vfs://root/modules/test/help_topics/test.invalid_yaml.html.twig\":");
$source = $this->helpLoader->getSourceContext('@' . HelpTopicTwigLoader::MAIN_NAMESPACE . '/test.invalid_yaml.html.twig');
$this->helpLoader->getSourceContext('@' . HelpTopicTwigLoader::MAIN_NAMESPACE . '/test.invalid_yaml.html.twig');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment