You are here

public static function PanelsEverywhereSettingsTestCase::getInfo in Panels Everywhere 7

File

tests/PanelsEverywhereSettingsTestCase.test, line 13
Tests for the Panels Everywhere module's different settings.

Class

PanelsEverywhereSettingsTestCase
@file Tests for the Panels Everywhere module's different settings.

Code

public static function getInfo() {
  return array(
    'name' => 'Panels Everywhere: settings',
    'description' => 'Ensure the main Panels Everywhere settings works.',
    'group' => 'panels_everywhere',
  );
}