summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-13 19:42:18 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-13 19:42:18 +0000
commit3ac59eee96a6b6553f07946f6f95373ece050e2b (patch)
tree69d8ad94ca85d1dd4a3dd3ed00f55143b51a55a8 /modules/simpletest/tests
parentcf6f4d9fee312a4b495f9c3d2ea645ff348bf713 (diff)
downloadbrdo-3ac59eee96a6b6553f07946f6f95373ece050e2b.tar.gz
brdo-3ac59eee96a6b6553f07946f6f95373ece050e2b.tar.bz2
#320011 by lilou, snufkin, and karschp: Add consistent @file declarations to all .install files.
Diffstat (limited to 'modules/simpletest/tests')
-rw-r--r--modules/simpletest/tests/database_test.install5
-rw-r--r--modules/simpletest/tests/field_test.install5
-rw-r--r--modules/simpletest/tests/taxonomy_test.install5
3 files changed, 15 insertions, 0 deletions
diff --git a/modules/simpletest/tests/database_test.install b/modules/simpletest/tests/database_test.install
index 0a51d57fd..30dd238c0 100644
--- a/modules/simpletest/tests/database_test.install
+++ b/modules/simpletest/tests/database_test.install
@@ -2,6 +2,11 @@
// $Id$
/**
+ * @file
+ * Install, update and uninstall functions for the database_test module.
+ */
+
+/**
* Implementation of hook_schema().
*
* The database tests use the database API which depends on schema
diff --git a/modules/simpletest/tests/field_test.install b/modules/simpletest/tests/field_test.install
index d64886b5d..7faa5ee56 100644
--- a/modules/simpletest/tests/field_test.install
+++ b/modules/simpletest/tests/field_test.install
@@ -2,6 +2,11 @@
// $Id$
/**
+ * @file
+ * Install, update and uninstall functions for the field_test module.
+ */
+
+/**
* Implementation of hook_schema().
*/
function field_test_schema() {
diff --git a/modules/simpletest/tests/taxonomy_test.install b/modules/simpletest/tests/taxonomy_test.install
index 0369763d6..131a6b459 100644
--- a/modules/simpletest/tests/taxonomy_test.install
+++ b/modules/simpletest/tests/taxonomy_test.install
@@ -2,6 +2,11 @@
// $Id$
/**
+ * @file
+ * Install, update and uninstall functions for the taxonomy_test module.
+ */
+
+/**
* Implementation of hook_schema().
*/
function taxonomy_test_schema() {