diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/field_ui/field_ui.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/field_ui/field_ui.test b/modules/field_ui/field_ui.test index 80ddd1f52..9bf73f7df 100644 --- a/modules/field_ui/field_ui.test +++ b/modules/field_ui/field_ui.test @@ -34,6 +34,12 @@ class FieldUITestCase extends DrupalWebTestCase { $this->field_name = 'field_' . strtolower($this->randomName(8)); } + /** + * Main entry point for the field CRUD tests. + * + * In order to act on the same fields, and not create the fields over and over + * again the following tests create, update and delete the same fields. + */ function testCRUDFields() { $this->manageFieldsPage(); $this->createField(); |