You are here

function views_test_views_api in Views (for Drupal 7) 7.3

Implements hook_views_api().

File

tests/views_test.module, line 23
Helper module for Views tests.

Code

function views_test_views_api() {
  return array(
    'api' => 3.0,
    'template path' => drupal_get_path('module', 'views') . '/test_templates',
  );
}