function 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.