You are here

db_update.php in Automatic Updates 8.2

Contains a fake database update function for testing.

File

tests/fixtures/db_update.php
View source
<?php

/**
 * @file
 * Contains a fake database update function for testing.
 */

/**
 * Here is a fake update.
 */
function automatic_updates_update_50000() {
}

Functions

Namesort descending Description
automatic_updates_update_50000 Here is a fake update.