You are here

public static function dsLayoutsClassesTests::getInfo in Display Suite 7.2

Implements getInfo().

File

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

Class

dsLayoutsClassesTests
Test managing of layouts and CSS classes

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'),
  );
}