You are here

public static function BEF_TestCase::getInfo in Better Exposed Filters 7

Same name and namespace in other branches
  1. 8.3 tests/better_exposed_filters.test \BEF_TestCase::getInfo()
  2. 6.3 tests/better_exposed_filters.test \BEF_TestCase::getInfo()
  3. 6 tests/better_exposed_filters.test \BEF_TestCase::getInfo()
  4. 6.2 tests/better_exposed_filters.test \BEF_TestCase::getInfo()

File

tests/better_exposed_filters.test, line 17
Tests for the Better Exposed Filters module @author mikeker

Class

BEF_TestCase
Functional test for Better Exposed Filters

Code

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