Issue #2636424 by eiriksm: Avoid testing for relative link starting with // in shortcut module
parent
2c03b9f0ff
commit
1168a2355b
|
@ -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',
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue