Loading core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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'); } /** Loading Loading
core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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'); } /** Loading