You are here

public static function SkinrContextUIBasicTestCase::getInfo in Skinr 8.2

Same name and namespace in other branches
  1. 7.2 skinr_context/tests/skinr_context_ui.test \SkinrContextUIBasicTestCase::getInfo()

File

skinr_context/tests/skinr_context_ui.test, line 27
Tests for the Skinr UI module.

Class

SkinrContextUIBasicTestCase
Tests UI functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Context UI',
    'description' => 'Tests administrative Skinr Context UI functionality.',
    'dependencies' => array(
      'ctools',
      'context',
      'context_ui',
    ),
    'group' => 'Skinr',
  );
}