Issue #2636424 by eiriksm: Avoid testing for relative link starting with // in shortcut module

8.1.x
Alex Pott 2015-12-23 14:30:16 +00:00
parent 2c03b9f0ff
commit 1168a2355b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class ShortcutLinksTest extends ShortcutTestBase {
'/admin',
'/admin/config/system/site-information',
'/node/' . $this->node->id() . '/edit',
'/' . $path['alias'],
$path['alias'],
'/router_test/test2',
'/router_test/test3/value',
];