You are here

public static function SkinrUIPluginViewsTestCase::getInfo in Skinr 8.2

Same name and namespace in other branches
  1. 7.2 tests/skinr_ui.test \SkinrUIPluginViewsTestCase::getInfo()

File

skinr_ui/src/Tests/skinr_ui.test, line 699
Tests for the Skinr UI module.

Class

SkinrUIPluginViewsTestCase
Tests UI functionality for Block plugin.

Code

public static function getInfo() {
  return array(
    'name' => 'Plugins UI - Views',
    'description' => 'Tests Skinr UI functionality for functionality plugin from Views.',
    'dependencies' => array(
      'views',
      'views_ui',
    ),
    'group' => 'Skinr',
  );
}