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