From 590074fa7229057d2347ec8911fe5c2fd06ffaf3 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 2 Nov 2009 15:59:28 +0000 Subject: #600544 follow-up by Amitaibu: Added missing documentation. --- modules/field_ui/field_ui.test | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules') 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(); -- cgit v1.2.3