You are here

public static function FppWithPanelizerTest::getInfo in Fieldable Panels Panes (FPP) 7

File

tests/fpp.with_panelizer.test, line 16
Tests for the Fieldable Panels Panes module with Panelizer.

Class

FppWithPanelizerTest
Tests for the Fieldable Panels Panes module with Panelizer.

Code

public static function getInfo() {
  return array(
    'name' => 'FPP tests for Panelizer',
    'description' => 'Confirm that FPP works with Panelizer.',
    'group' => 'FPP',
    'dependencies' => array(
      'ctools',
      'panels',
      'views',
      'panelizer',
    ),
  );
}