diff --git a/core/modules/field/tests/modules/field_test/field_test.install b/core/modules/field/tests/modules/field_test/field_test.install index ee2e28d..626d13d 100644 --- a/core/modules/field/tests/modules/field_test/field_test.install +++ b/core/modules/field/tests/modules/field_test/field_test.install @@ -6,14 +6,6 @@ */ /** - * Implements hook_install(). - */ -function field_test_install() { - // hook_entity_info_alter() needs to be executed as last. - module_set_weight('field_test', 1); -} - -/** * Implements hook_field_schema(). */ function field_test_field_schema($field) {