test_update_ordering.php

Test fixture.

File

core/tests/fixtures/test_update_ordering/test_update_ordering.php

View source
<?php


/**
 * @file
 * Test fixture.
 */

use Drupal\Tests\Core\Update\UpdateOrderingTest;

/**
 * Implements hook_update_dependencies().
 *
 * @see hook_update_dependencies()
 */
function a_module_update_dependencies() : array {
  return UpdateOrderingTest::$updateDependenciesHookReturn;
}

Functions

Title Deprecated Summary
a_module_update_dependencies Implements hook_update_dependencies().

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