diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-04-13 05:18:18 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-04-13 05:18:18 +0000 |
commit | a4501a2ccaa7cff9c484a505d093970695c27705 (patch) | |
tree | 5c0b39e8795349d778ae20b3828a8beaae23b5a8 /modules/field/field.test | |
parent | 1372d90cf1a63bbfed207e98d71b8df88536cd08 (diff) | |
download | brdo-a4501a2ccaa7cff9c484a505d093970695c27705.tar.gz brdo-a4501a2ccaa7cff9c484a505d093970695c27705.tar.bz2 |
#431870 by yched: Whitespace clean-up.
Diffstat (limited to 'modules/field/field.test')
-rw-r--r-- | modules/field/field.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/field/field.test b/modules/field/field.test index adf9c06bf..f54ad5842 100644 --- a/modules/field/field.test +++ b/modules/field/field.test @@ -949,7 +949,7 @@ class FieldTestCase extends DrupalWebTestCase { } catch (FieldException $e) { $this->pass(t('Cannot create a field with no type.')); } - + // Check that field name is required. try { $field_definition = array('type' => 'test_field'); @@ -958,7 +958,7 @@ class FieldTestCase extends DrupalWebTestCase { } catch (FieldException $e) { $this->pass(t('Cannot create an unnamed field.')); } - + $field_definition = array( 'field_name' => drupal_strtolower($this->randomName()), 'type' => 'test_field', |