You are here

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

Describes the test case.

File

tests/views_exposed_groups_inherit.test, line 16
ViewsExposedGroupsInheritedPropertiesTest.

Class

ViewsExposedGroupsInheritedPropertiesTest
Tests a view with exposed groups and autosubmit.

Code

public static function getInfo() {
  return [
    'name' => 'Views Exposed Groups Inherited Properties Test',
    'description' => 'Tests a view with inherited properties from the base class.',
    'group' => 'Views Exposed Groups',
  ];
}