summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/update_test_1.install
blob: 96e8787b3bd63a8bd55a3fb6ed3225b5925882af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
// $Id$

/**
 * @file
 * Install, update and uninstall functions for the update_test_1 module.
 */

/**
 * Dummy update_test_1 update 7000.
 */
function update_test_1_update_7000() {
}

/**
 * Dummy update_test_1 update 7001.
 */
function update_test_1_update_7001() {
}

/**
 * Dummy update_test_1 update 7002.
 */
function update_test_1_update_7002() {
}