function DependencyHookInvocationTest::setUp

Overrides BrowserTestBase::setUp

File

core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php, line 27

Class

DependencyHookInvocationTest
Tests that the hook invocation for determining update dependencies works correctly.

Namespace

Drupal\Tests\system\Functional\UpdateSystem

Code

protected function setUp() {
  parent::setUp();
  require_once $this->root . '/core/includes/update.inc';
}

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