diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-12-14 01:24:03 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-12-14 01:24:03 +0000 |
commit | 85e9dbd20b996ef26c5a06ed0db83a47e6569ff1 (patch) | |
tree | 7f17a70e309482d3a4db4e473930daabecd28baf | |
parent | 4856561c98c4ff6c62181ba568cb0b57faa78269 (diff) | |
download | brdo-85e9dbd20b996ef26c5a06ed0db83a47e6569ff1.tar.gz brdo-85e9dbd20b996ef26c5a06ed0db83a47e6569ff1.tar.bz2 |
#552436 follow-up by yched: Fix test regression.
-rw-r--r-- | modules/field/modules/options/options.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/modules/options/options.test b/modules/field/modules/options/options.test index 0f9cb4afa..d8bfeac06 100644 --- a/modules/field/modules/options/options.test +++ b/modules/field/modules/options/options.test @@ -1,7 +1,7 @@ <?php // $Id$ -class OptionsWidgetsTestCase extends DrupalWebTestCase { +class OptionsWidgetsTestCase extends FieldTestCase { public static function getInfo() { return array( 'name' => 'Options widgets', |