You are here

public static function PanelizerWithPanelsIPE::getInfo in Panelizer 7.3

File

tests/panelizer.with_panels_ipe.test, line 12
Tests for Panels IPE.

Class

PanelizerWithPanelsIPE
@file Tests for Panels IPE.

Code

public static function getInfo() {
  return array(
    'name' => 'Panelizer IPE',
    'description' => 'Tests for IPE.',
    'group' => 'Panelizer',
  );
}