Skip to content
Snippets Groups Projects
Commit 285df2c5 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2323721 follow-up by David_Rothstein: Restore missing test.

parent 5ef912e9
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -38,6 +38,7 @@ public function testShortcutLinkAdd() { ...@@ -38,6 +38,7 @@ public function testShortcutLinkAdd() {
// Create some paths to test. // Create some paths to test.
$test_cases = array( $test_cases = array(
array('path' => '', 'route_name' => '<front>'),
array('path' => '<front>', 'route_name' => '<front>'), array('path' => '<front>', 'route_name' => '<front>'),
array('path' => 'admin', 'route_name' => 'system.admin'), array('path' => 'admin', 'route_name' => 'system.admin'),
array('path' => 'admin/config/system/site-information', 'route_name' => 'system.site_information_settings'), array('path' => 'admin/config/system/site-information', 'route_name' => 'system.site_information_settings'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment