function simpletest_schema
Same name in other branches
- 7.x modules/simpletest/simpletest.install \simpletest_schema()
- 9 core/modules/simpletest/simpletest.install \simpletest_schema()
Implements hook_schema().
File
-
core/
modules/ simpletest/ simpletest.install, line 88
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.