public static function BlockAriaLandmarkRolesRoleTest::getInfo in Block ARIA Landmark Roles 7.2
Same name and namespace in other branches
- 7 tests/role_tests.test \BlockAriaLandmarkRolesRoleTest::getInfo()
File
- tests/
role_tests.test, line 16 - Tests for adding ARIA roles to blocks.
Class
- BlockAriaLandmarkRolesRoleTest
- Test adding ARIA roles to blocks.
Code
public static function getInfo() {
return array(
'name' => 'Role tests',
'description' => 'Test adding ARIA landmark roles to blocks.',
'group' => 'Block ARIA Landmark Roles',
);
}