You are here

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

File

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

Class

FppWithRevisioningTest
Tests for the Fieldable Panels Panes module with Revisioning.

Code

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