You are here

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

File

tests/fpp.permissions.test, line 16
Tests for the Fieldable Panels Panes module to ensure the permissions work.

Class

FppPermissionsTest
Tests for the Fieldable Panels Panes module to ensure the permissions work.

Code

public static function getInfo() {
  return array(
    'name' => 'FPP tests for permissions',
    'description' => 'Confirm that the different permissions work correctly.',
    'group' => 'FPP',
    'dependencies' => array(
      'ctools',
      'panels',
      'views',
    ),
  );
}