diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-09-18 00:12:48 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-09-18 00:12:48 +0000 |
commit | df02fa3ca46e16974192de77580762188ad47f49 (patch) | |
tree | 91b2354aae786d7b187028dbc61fb3893b04ae64 /modules/system/system.test | |
parent | e18feedfdb429e35173b85fc7182aadabee0a166 (diff) | |
download | brdo-df02fa3ca46e16974192de77580762188ad47f49.tar.gz brdo-df02fa3ca46e16974192de77580762188ad47f49.tar.bz2 |
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
Diffstat (limited to 'modules/system/system.test')
-rw-r--r-- | modules/system/system.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/system/system.test b/modules/system/system.test index 58d60b253..d6fd1a98e 100644 --- a/modules/system/system.test +++ b/modules/system/system.test @@ -966,8 +966,6 @@ class SystemSettingsForm extends DrupalWebTestCase { * Tests the handling of automatic defaults in systems_settings_form(). */ function testAutomaticDefaults() { - $form = array(); - $form['system_settings_form_test'] = array( '#type' => 'checkbox', '#default_value' => FALSE, |