Version 1
[yaffs-website] / web / core / modules / system / tests / modules / entity_test / update / status_report_8002.inc
1 <?php
2
3 /**
4  * @file
5  * Defines the 8002 db update for the "status_report" group.
6  */
7
8 require_once 'status_report_8001.inc';
9
10 /**
11  * Test update.
12  */
13 function entity_test_update_8002() {
14   // Empty update, we just want to trigger an update run.
15 }