Skip to content

Commit c36b6db

Browse files
authored
Merge pull request #1539 from andrewnicols/fixLinks
Fix broken links in markdown
2 parents f9707fd + 37ea730 commit c36b6db

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/guides/testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ There are several ways how to inject your custom settings:
715715

716716
These constants may be then used in your test or plugin code.
717717

718-
## Upgrading unit tests to work with Moodle 4.4 and up (PHPUnit 9.6)
718+
## Upgrading unit tests to work with Moodle 4.4 and up (PHPUnit 9.6) {#upgrading-unit-tests-to-work-with-moodle-4.4}
719719

720720
With Moodle 4.4, **PHPUnit was upgraded to 9.6** (from 9.5 being used in previous versions). This was done to **warn to developers in advance** about functionality that has been deprecated in the 9.5 series and will be removed so will stop working with the next major update to PHPUnit 10.x (see [MDL-81266](https://moodle.atlassian.net/browse/MDL-81266) and linked issues for more details).
721721

general/development/policies/codingstyle/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ There are no rules limiting what can be used as a level 3 namespace.
637637
This is where a plugin or addon can make extensive use of namespaces with no
638638
chance of conflict with any other plugin or api, now and forever onwards.
639639

640-
#### Namespaces within `**/tests` directories(#namespaces-within-tests)
640+
#### Namespaces within `**/tests` directories {#namespaces-within-tests}
641641

642642
:::info
643643

general/releases/3.11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ For the best experience and optimum security, we recommend that you keep your br
215215

216216
## For developers
217217

218-
The PHPUnit upgrade will almost certainly break your tests. See [Writing PHPUnit tests#Upgrading unit tests to work with Moodle 3.11 and up .28PHPUnit 9.5.29](/docs/guides/testing/#upgrading-unit-tests-to-work-with-moodle-3.11-and-up-.28phpunit-9.5.29)
218+
The PHPUnit upgrade will almost certainly break your tests.
219219

220220
- [MDL-52817](https://moodle.atlassian.net/browse/MDL-52817) - New sql_group_concat db method
221221
- [MDL-64554](https://moodle.atlassian.net/browse/MDL-64554) - Add module for displaying moodleform in a modal window

general/releases/3.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ This list only includes security issues fixed after 3.3.2 release. Refer to othe
154154

155155
### For developers
156156

157-
- [MDL-60611](https://moodle.atlassian.net/browse/MDL-60611) - Upgrade PHPUnit to 6.4 to ensure compatibility with PHP 7.2 - [may require changes in unittests](/docs/guides/testing/#upgrading-unit-tests-to-work-with-moodle-3.4-and-up-.28phpunit-6.29).
157+
- [MDL-60611](https://moodle.atlassian.net/browse/MDL-60611) - Upgrade PHPUnit to 6.4 to ensure compatibility with PHP 7.2 - may require changes in unittests
158158
- [MDL-58948](https://moodle.atlassian.net/browse/MDL-58948) - Compatibility with chrome mink driver
159159
- [MDL-53169](https://moodle.atlassian.net/browse/MDL-53169) - Provide a way to retrieve all courses a user can potentially access.
160160
- [MDL-59459](https://moodle.atlassian.net/browse/MDL-59459) - Global Search: Increase file indexing coverage

versioned_docs/version-5.1/guides/testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ There are several ways how to inject your custom settings:
715715

716716
These constants may be then used in your test or plugin code.
717717

718-
## Upgrading unit tests to work with Moodle 4.4 and up (PHPUnit 9.6)
718+
## Upgrading unit tests to work with Moodle 4.4 and up (PHPUnit 9.6) {#upgrading-unit-tests-to-work-with-moodle-4.4}
719719

720720
With Moodle 4.4, **PHPUnit was upgraded to 9.6** (from 9.5 being used in previous versions). This was done to **warn to developers in advance** about functionality that has been deprecated in the 9.5 series and will be removed so will stop working with the next major update to PHPUnit 10.x (see [MDL-81266](https://moodle.atlassian.net/browse/MDL-81266) and linked issues for more details).
721721

0 commit comments

Comments
 (0)