You are here

protected function ViewsSqlTest::viewsPlugins in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 tests/views_query.test \ViewsSqlTest::viewsPlugins()
1 call to ViewsSqlTest::viewsPlugins()
ViewsSqlTest::setUp in tests/views_query.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…

File

tests/views_query.test, line 179
Tests for Views query features.

Class

ViewsSqlTest

Code

protected function viewsPlugins() {
  return array();
}