mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
MDL-79674 behat: axe-core version fixes
* Update \behat_accessibility::run_axe_validation_for_tags()'s PHPDoc block to reflect the current version. * Fix incorrect copyright tag for the library
This commit is contained in:
parent
560f4d895b
commit
8c298f14bb
@ -46,7 +46,7 @@ class behat_accessibility extends behat_base {
|
||||
* It is also possible to specify any desired optional tags.
|
||||
*
|
||||
* The list of available tags can be found at
|
||||
* https://github.com/dequelabs/axe-core/blob/v3.5.5/doc/rule-descriptions.md.
|
||||
* https://github.com/dequelabs/axe-core/blob/v4.5.1/doc/rule-descriptions.md.
|
||||
*
|
||||
* @Then the page should meet accessibility standards
|
||||
* @Then the page should meet accessibility standards with :extratags extra tests
|
||||
|
@ -22,7 +22,7 @@
|
||||
<licenseversion>2.0</licenseversion>
|
||||
<repository>https://github.com/dequelabs/axe-core</repository>
|
||||
<copyrights>
|
||||
<copyright>2005, Jon Papaioannou</copyright>
|
||||
<copyright>Deque Systems, Inc.</copyright>
|
||||
</copyrights>
|
||||
</library>
|
||||
<library>
|
||||
|
Loading…
x
Reference in New Issue
Block a user