function views_test_schema in Views (for Drupal 7) 7.3
Implements hook_schema().
1 string reference to 'views_test_schema'
- ViewsSqlTest::setUp in tests/
views_query.test - Sets up a Drupal site for running functional and integration tests.
File
- tests/
views_test.install, line 11 - Install, update, and uninstall functions for the Views Test module.
Code
function views_test_schema() {
return variable_get('views_test_schema', array());
}