Tests deleting the default shortcut set.
function testShortcutSetDeleteDefault() { $this ->drupalGet('admin/config/user-interface/shortcut/' . SHORTCUT_DEFAULT_SET_NAME . '/delete'); $this ->assertResponse(403); }