You are here

status_report_8002.inc in Drupal 9

File

core/modules/system/tests/modules/entity_test/update/status_report_8002.inc
View source
<?php

/**
 * @file
 * Defines the 8002 db update for the "status_report" group.
 */
require_once 'status_report_8001.inc';

/**
 * Test update.
 */
function entity_test_update_8002() {

  // Empty update, we just want to trigger an update run.
}

Functions

Namesort descending Description
entity_test_update_8002 Test update.