Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / entity_test_update / entity_test_update.install
1 <?php
2
3 /**
4  * @file
5  * Install, update and uninstall functions for the Entity Test Update module.
6  */
7
8 use Drupal\system\Tests\Update\DbUpdatesTrait;
9
10 DbUpdatesTrait::includeUpdates('entity_test_update', 'entity_rev_pub_updates');