summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-02 15:59:28 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-02 15:59:28 +0000
commit590074fa7229057d2347ec8911fe5c2fd06ffaf3 (patch)
tree38771f646a445869ee6c1271c0c2a14533c526ba /modules
parent032fe0a66d97469609f5fe7cc6be242765042a63 (diff)
downloadbrdo-590074fa7229057d2347ec8911fe5c2fd06ffaf3.tar.gz
brdo-590074fa7229057d2347ec8911fe5c2fd06ffaf3.tar.bz2
#600544 follow-up by Amitaibu: Added missing documentation.
Diffstat (limited to 'modules')
-rw-r--r--modules/field_ui/field_ui.test6
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();