function simpletest_schema

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

Implements hook_schema().

File

core/modules/simpletest/simpletest.install, line 17

Code

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

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