function ShortcutSetsTestCase::testShortcutSetDeleteDefault

Tests deleting the default shortcut set.

File

modules/shortcut/shortcut.test, line 367

Class

ShortcutSetsTestCase
Defines shortcut set test cases.

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.