You are here

public static function MediaBrowserPlusRootFolderTest::getInfo in Media Browser Plus 7.3

Return meta info about this test.

File

tests/media_browser_plus.root_folder.test, line 15
Media Browser Plus root folder test.

Class

MediaBrowserPlusRootFolderTest
Tests the behaviour when changing the MBP root folder.

Code

public static function getInfo() {
  return array(
    'name' => 'Media Browser Plus Root Folder',
    'description' => 'Tests the root folder handling of Media Browser Plus',
    'group' => 'Media',
  );
}