<?php /** * @file * Skinr UI testing module. */ /** * Implementation of hook_views_api(). */ function skinr_ui_test_views_api() { return array('api' => 3); }