summaryrefslogtreecommitdiff
path: root/modules/simpletest
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest')
-rw-r--r--modules/simpletest/simpletest.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/simpletest/simpletest.install b/modules/simpletest/simpletest.install
index cd6196999..e81233639 100644
--- a/modules/simpletest/simpletest.install
+++ b/modules/simpletest/simpletest.install
@@ -29,6 +29,8 @@ function simpletest_uninstall() {
}
/**
+ * Implements hook_requirements().
+ *
* Check that the cURL extension exists for PHP.
*/
function simpletest_requirements($phase) {
@@ -81,6 +83,9 @@ function simpletest_requirements($phase) {
return $requirements;
}
+/**
+ * Implements hook_schema().
+ */
function simpletest_schema() {
$schema['simpletest'] = array(
'description' => 'Stores simpletest messages',