You are here

public static function BEF_TestBase::getInfo in Better Exposed Filters 7.3

12 methods override BEF_TestBase::getInfo()
BEF_TestCheckboxes::getInfo in tests/better_exposed_filters.test
Describes these tests to the testing framework.
BEF_TestDatepicker::getInfo in tests/better_exposed_filters.test
Describes these tests to the testing framework.
BEF_TestHidden::getInfo in tests/better_exposed_filters.test
Describes these tests to the testing framework.
BEF_TestLinks::getInfo in tests/better_exposed_filters.test
Describes these tests to the testing framework.
BEF_TestMisc::getInfo in tests/better_exposed_filters.test
Describes these tests to the testing framework.

... See full list

File

tests/better_exposed_filters_TestBase.php, line 23
Base class for testing the Better Exposed Filters module. @author mikeker

Class

BEF_TestBase
Helper functions for Better Exposed Filters tests.

Code

public static function getInfo() {
  return array(
    'name' => 'BEF Basic functionality tests',
    'description' => 'Basic tests for Better Exposed Filters.',
    'group' => 'Better Exposed Filters',
    'dependencies' => array(
      'date',
      'date_views',
      'views',
      'views_ui',
    ),
  );
}