You are here

public static function PanelizerExportablesTest::getInfo in Panelizer 7.3

File

tests/panelizer.exportables.test, line 13
Test the exportables functionality for Panelizer.

Class

PanelizerExportablesTest
@file Test the exportables functionality for Panelizer.

Code

public static function getInfo() {
  return array(
    'name' => 'Panelizer exportables',
    'description' => 'Test how exported configurations work.',
    'group' => 'Panelizer',
  );
}