Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / entity_test_update / entity_test_update.install
diff --git a/web/core/modules/system/tests/modules/entity_test_update/entity_test_update.install b/web/core/modules/system/tests/modules/entity_test_update/entity_test_update.install
new file mode 100644 (file)
index 0000000..1423308
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+/**
+ * @file
+ * Install, update and uninstall functions for the Entity Test Update module.
+ */
+
+use Drupal\system\Tests\Update\DbUpdatesTrait;
+
+DbUpdatesTrait::includeUpdates('entity_test_update', 'entity_rev_pub_updates');