From 85f4178cfb938d47deb3fb49c6bd9cb7e87c33b4 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 13 Jan 2015 13:02:48 +0000 Subject: [PATCH] Issue #2405823 by zealfire: Comment fix in Twig tests for file_url --- core/modules/system/src/Tests/Theme/EngineTwigTest.php | 2 +- .../modules/twig_theme_test/src/TwigThemeTestController.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/system/src/Tests/Theme/EngineTwigTest.php b/core/modules/system/src/Tests/Theme/EngineTwigTest.php index 8e59ec26a2..d564a8fda5 100644 --- a/core/modules/system/src/Tests/Theme/EngineTwigTest.php +++ b/core/modules/system/src/Tests/Theme/EngineTwigTest.php @@ -84,7 +84,7 @@ public function testTwigLinkGenerator() { } /** - * Tests the file url Twig functions. + * Tests the file_url Twig functions. */ public function testTwigFileUrls() { $this->drupalGet('/twig-theme-test/file-url'); diff --git a/core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php b/core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php index c309a76308..96fcb67e11 100644 --- a/core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php +++ b/core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php @@ -50,7 +50,7 @@ public function linkGeneratorRender() { } /** - * Renders for testing file_create_url functions in a Twig template. + * Renders for testing file_url functions in a Twig template. */ public function fileUrlRender() { return array( -- GitLab