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',
  );
}