summaryrefslogtreecommitdiff
path: root/modules/simpletest/simpletest.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/simpletest.install')
-rw-r--r--modules/simpletest/simpletest.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/simpletest/simpletest.install b/modules/simpletest/simpletest.install
index 052ecdb3e..9adcc3a71 100644
--- a/modules/simpletest/simpletest.install
+++ b/modules/simpletest/simpletest.install
@@ -7,7 +7,7 @@
*/
/**
- * Implementation of hook_install().
+ * Implement hook_install().
*/
function simpletest_install() {
drupal_install_schema('simpletest');
@@ -99,7 +99,7 @@ function simpletest_get_file_count($directory, $filename) {
}
/**
- * Implementation of hook_uninstall().
+ * Implement hook_uninstall().
*/
function simpletest_uninstall() {
simpletest_clean_environment();