8000, ); $dependencies['system'][8001] = array( // Compare to update_test_2_update_dependencies(), where the same System // module update function is forced to depend on a different update // function within the same module. This allows us to test that only the // dependency on the higher-numbered update function is recorded. 'update_test_1' => 8002, ); return $dependencies; } /** * Dummy update_test_1 update 8000. */ function update_test_1_update_8000() { } /** * Dummy update_test_1 update 8001. */ function update_test_1_update_8001() { } /** * Dummy update_test_1 update 8002. */ function update_test_1_update_8002() { }