Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
link
Commits
4c33f08c
Commit
4c33f08c
authored
Jun 07, 2020
by
Damien McKenna
Browse files
By DamienMcKenna: Unnecessary syntax change broke PHP 5.3 compatibility.
parent
afcb959f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.txt
View file @
4c33f08c
...
...
@@ -7,6 +7,7 @@ Link 7.x-1.x-dev, xxxx-xx-xx
joep.hendrix: Convert links to their internal link representation if they
exist.
#3110061 by DamienMcKenna: Tidy up test files.
By DamienMcKenna: Unnecessary syntax change broke PHP 5.3 compatibility.
Link 7.x-1.7, 2019-11-14
...
...
tests/LinkConvertInternalPathsTest.test
View file @
4c33f08c
...
...
@@ -24,7 +24,7 @@ class LinkConvertInternalPathsTest extends LinkBaseTestClass {
/**
* {@inheritdoc}
*/
function
setUp
(
array
$modules
=
[]
)
{
function
setUp
(
array
$modules
=
array
()
)
{
$modules
[]
=
'path'
;
parent
::
setUp
(
$modules
);
}
...
...
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