testing_skip_install.install

File

core/profiles/tests/testing_skip_install/testing_skip_install.install

View source
<?php


/**
 * @file
 * Install, update and uninstall functions for the testing_skip_install profile.
 */

declare (strict_types=1);

/**
 * Implements hook_install().
 *
 * Throw an exception so that tests will fail if this profile is installed.
 */
function testing_skip_install_install() : void {
  throw new \Exception("If you're close enough to read this you're driving too fast");
}

Functions

Title Deprecated Summary
testing_skip_install_install Implements hook_install().

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