You are here

function simpletest_schema in Drupal 8

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

Implements hook_schema().

File

core/modules/simpletest/simpletest.install, line 88
Install, update and uninstall functions for the simpletest module.

Code

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