function UpdateDependencyHookInvocationTestCase::setUp

Overrides DrupalWebTestCase::setUp

File

modules/simpletest/tests/update.test, line 100

Class

UpdateDependencyHookInvocationTestCase
Tests for the invocation of hook_update_dependencies().

Code

function setUp() {
    parent::setUp('update_test_1', 'update_test_2');
    require_once DRUPAL_ROOT . '/includes/update.inc';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.