You are here

public static function dsLayoutsStylesTests::getInfo in Display Suite 7

Implements getInfo().

File

tests/ds.base.test, line 432
Base functions and tests for Display Suite.

Class

dsLayoutsStylesTests
Test managing of layouts and styles

Code

public static function getInfo() {
  return array(
    'name' => t('Layouts'),
    'description' => t('Tests for managing layouts and classes on Field UI screen.'),
    'group' => t('Display suite'),
  );
}