From 47b33fa6f229c04c7265114a7586f3ea8d2a1f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sat, 19 Apr 2025 08:40:36 +0200 Subject: [PATCH] Add PHPUnit version for Moodle 5.0 --- general/development/tools/phpunit/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/general/development/tools/phpunit/index.md b/general/development/tools/phpunit/index.md index a1ebae90c3..63abcb7342 100644 --- a/general/development/tools/phpunit/index.md +++ b/general/development/tools/phpunit/index.md @@ -55,6 +55,7 @@ The following table shows what PHPUnit version is installed in which Moodle vers | Moodle version | PHPUnit version | Links | | --- | --- |---------------------------------------------------------| +| Moodle 5.0 | PHPUnit 11.4 | [Documentation](https://docs.phpunit.de/en/11.4/) | | Moodle 4.4 - 4.5 | PHPUnit 9.6 | [Documentation](https://docs.phpunit.de/en/9.6/) | | Moodle 3.11 - 4.3 | PHPUnit 9.5 | [Documentation](https://docs.phpunit.de/en/9.6/) | | Moodle 3.10 | PHPUnit 8.5 | [Documentation](https://docs.phpunit.de/en/8.5/) |