You are here

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

File

tests/fpp.file_access.test, line 16
Tests for the Fieldable Panels Panes module to ensure file access works.

Class

FppFileAccessTest
Tests for the Fieldable Panels Panes module to ensure file access works.

Code

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