Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
85f4178c
Commit
85f4178c
authored
Jan 13, 2015
by
Alex Pott
Browse files
Issue
#2405823
by zealfire: Comment fix in Twig tests for file_url
parent
d394fef4
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/system/src/Tests/Theme/EngineTwigTest.php
View file @
85f4178c
...
...
@@ -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'
);
...
...
core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php
View file @
85f4178c
...
...
@@ -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
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment