summaryrefslogtreecommitdiff
path: root/profiles/testing/testing.install
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/testing/testing.install')
-rw-r--r--profiles/testing/testing.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/testing/testing.install b/profiles/testing/testing.install
index 192704d75..f9d8f585c 100644
--- a/profiles/testing/testing.install
+++ b/profiles/testing/testing.install
@@ -1,9 +1,15 @@
<?php
+/**
+ * @file
+ * Install, update and uninstall functions for the testing profile.
+ */
/**
* Implements hook_install().
*
* Perform actions to set up the site for this profile.
+ *
+ * @see system_install()
*/
function testing_install() {
// Allow visitor account creation, but with administrative approval.