diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-01-07 21:41:13 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-01-07 21:41:13 +0000 |
commit | 58be433272eca148de8bbcb2c5a0b0720f0a095c (patch) | |
tree | 2585c2463bd2ef7104ea0fff15dd5227cdeb5124 | |
parent | 5c1f807a464101d64d1f4251a7562889b148d843 (diff) | |
download | brdo-58be433272eca148de8bbcb2c5a0b0720f0a095c.tar.gz brdo-58be433272eca148de8bbcb2c5a0b0720f0a095c.tar.bz2 |
- Patch #355661 by Jody Lynn: fixed spelling error in test function name.
-rw-r--r-- | modules/block/block.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.test b/modules/block/block.test index a6c812718..d7688a16e 100644 --- a/modules/block/block.test +++ b/modules/block/block.test @@ -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')); |