You are here

post_update.php in Automatic Updates 8.2

Contains a fake post-update function for testing.

File

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

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

/**
 * Here is a fake post-update.
 */
function automatic_updates_post_update_test() {
}

Functions

Namesort descending Description
automatic_updates_post_update_test Here is a fake post-update.