You are here

public static function SkinrDisplayTestCase::getInfo in Skinr 8.2

File

src/Tests/skinr.test, line 718
Tests for the Skinr module.

Class

SkinrDisplayTestCase
Tests API functionality.

Namespace

Drupal\tracker\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Core - Display',
    'description' => 'Tests if applied skins appear on the front-end.',
    'group' => 'Skinr',
  );
}