You are here

function simpletest_schema in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/simpletest/simpletest.install \simpletest_schema()
  2. 7 modules/simpletest/simpletest.install \simpletest_schema()

Implements hook_schema().

File

core/modules/simpletest/simpletest.install, line 17
Uninstall functions for the simpletest module.

Code

function simpletest_schema() {
  return TestDatabase::testingSchema();
}