Issue #3164965 by shetpooja04, Hardik_Patel_12: Unused variable $source in help_topics module, HelpTopicTwigLoaderTest.php

merge-requests/7/head
catch 2020-08-27 10:18:57 +01:00
parent d2e7c1fa8e
commit 9e546b3678
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class HelpTopicTwigLoaderTest extends UnitTestCase {
$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');
}
/**