summaryrefslogtreecommitdiff
path: root/modules/field/tests/field_test.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/field/tests/field_test.install')
-rw-r--r--modules/field/tests/field_test.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/field/tests/field_test.install b/modules/field/tests/field_test.install
index 2bb1701bf..72a2deee6 100644
--- a/modules/field/tests/field_test.install
+++ b/modules/field/tests/field_test.install
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_install().
+ * Implements hook_install().
*/
function field_test_install() {
// hook_entity_info_alter() needs to be executed as last.
@@ -18,7 +18,7 @@ function field_test_install() {
}
/**
- * Implement hook_schema().
+ * Implements hook_schema().
*/
function field_test_schema() {
$schema['test_entity'] = array(