You are here

public static function ViewsExposedGroupsExposedOperatorTest::getInfo in Views exposed groups 7.2

Describes the test case.

File

tests/views_exposed_groups_op.test, line 16
Views Exposed Groups Exposed Operator Test.

Class

ViewsExposedGroupsExposedOperatorTest
Tests a view with exposed groups that also has exposed operators.

Code

public static function getInfo() {
  return [
    'name' => 'Views Exposed Groups Exposed Operator Test',
    'description' => 'Tests a view with exposed groups that also has exposed operators.',
    'group' => 'Views Exposed Groups',
  ];
}