Issue #3164965 by shetpooja04, Hardik_Patel_12: Unused variable $source in help_topics module, HelpTopicTwigLoaderTest.php
parent
d2e7c1fa8e
commit
9e546b3678
|
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue