diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-27 18:34:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-27 18:34:03 +0000 |
commit | 0f4060f377a6ccea57a183b3c3e4801c450f5476 (patch) | |
tree | 07a7bd87373613f3e884c8f56bfb9911eda38511 /modules/simpletest/tests/database_test.install | |
parent | 5bdcc4ada232bf92e3d529962d9f7aa2536605cc (diff) | |
download | brdo-0f4060f377a6ccea57a183b3c3e4801c450f5476.tar.gz brdo-0f4060f377a6ccea57a183b3c3e4801c450f5476.tar.bz2 |
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
Diffstat (limited to 'modules/simpletest/tests/database_test.install')
-rw-r--r-- | modules/simpletest/tests/database_test.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/simpletest/tests/database_test.install b/modules/simpletest/tests/database_test.install index e16c0ad81..6b9607775 100644 --- a/modules/simpletest/tests/database_test.install +++ b/modules/simpletest/tests/database_test.install @@ -7,7 +7,7 @@ */ /** - * Implementation of hook_schema(). + * Implement hook_schema(). * * The database tests use the database API which depends on schema * information for certain operations on certain databases. @@ -206,14 +206,14 @@ function database_test_schema() { } /** - * Implementation of hook_install(). + * Implement hook_install(). */ function database_test_install() { drupal_install_schema('database_test'); } /** - * Implementation of hook_uninstall(). + * Implement hook_uninstall(). */ function database_test_uninstall() { drupal_uninstall_schema('database_test'); |