You are here

function juicebox_views_test_views_api in Juicebox HTML5 Responsive Image Galleries 7.2

Implements hook_views_api().

File

tests/views/juicebox_views_test.module, line 13
This is a helper module to implement some hooks during automated testing.

Code

function juicebox_views_test_views_api() {
  return array(
    'api' => 3.0,
  );
}