You are here

public static function SkinrUIBasicTestCase::getInfo in Skinr 7.2

Same name and namespace in other branches
  1. 8.2 skinr_ui/src/Tests/skinr_ui.test \SkinrUIBasicTestCase::getInfo()

File

tests/skinr_ui.test, line 113
Tests for the Skinr UI module.

Class

SkinrUIBasicTestCase
Tests UI functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'UI',
    'description' => 'Tests basic Skinr UI functionality.',
    'group' => 'Skinr',
  );
}