Version 1
[yaffs-website] / web / core / modules / system / tests / modules / module_test / module_test.post_update.php
1 <?php
2
3 /**
4  * @file
5  * Post update functions for test module.
6  */
7
8 /**
9  * Test post update function.
10  */
11 function module_test_post_update_test() {
12 }