You are here

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

Same name and namespace in other branches
  1. 7.2 tests/media_browser_plus.test \MediaBrowserPlusTest::getInfo()

Return meta info about this test.

File

tests/media_browser_plus.test, line 15
Media Browser Plus basic tests.

Class

MediaBrowserPlusTest
Basic media browser plus tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Media Browser Plus Basic Tests',
    'description' => 'Tests Media Browser Plus basic features',
    'group' => 'Media',
  );
}