Mercurial > hg > rr-repo
comparison modules/simpletest/tests/update_test_3.install @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ff03f76ab3fe |
---|---|
1 <?php | |
2 | |
3 /** | |
4 * @file | |
5 * Install, update and uninstall functions for the update_test_3 module. | |
6 */ | |
7 | |
8 /** | |
9 * Implements hook_update_dependencies(). | |
10 * | |
11 * @see update_test_2_update_dependencies() | |
12 */ | |
13 function update_test_3_update_dependencies() { | |
14 $dependencies['update_test_3'][7000] = array( | |
15 'update_test_2' => 7000, | |
16 ); | |
17 return $dependencies; | |
18 } | |
19 | |
20 /** | |
21 * Dummy update_test_3 update 7000. | |
22 */ | |
23 function update_test_3_update_7000() { | |
24 } |