Skip to content
Snippets Groups Projects
Commit 58be4332 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #355661 by Jody Lynn: fixed spelling error in test function name.

parent 5c1f807a
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ class NonDefaultBlockAdmin extends DrupalWebTestCase {
/**
* Test non-default theme admin.
*/
function testNnonDefaultBlockAdmin() {
function testNonDefaultBlockAdmin() {
$admin_user = $this->drupalCreateUser(array('administer blocks', 'administer site configuration'));
$this->drupalLogin($admin_user);
$this->drupalPost('admin/build/themes', array('status[bluemarine]' => 1), t('Save configuration'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment