From a70a833d5719c47c7067901ee908e50dc3ed91ca Mon Sep 17 00:00:00 2001 From: Mike Little Date: Thu, 5 Dec 2024 12:05:48 +0000 Subject: [PATCH] Fixes broken link to PHPUnit docs This fixes a broken link to the PHPUnit Extension documentation. --- docs/testing-with-phpunit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing-with-phpunit.md b/docs/testing-with-phpunit.md index 07f6f63..db3b2a7 100644 --- a/docs/testing-with-phpunit.md +++ b/docs/testing-with-phpunit.md @@ -61,7 +61,7 @@ Tools module config. For example: - `excludes` is an array of project root relative paths or glob patterns. - `attributes` is an object of [name-value pairs supported by the `` tag](https://docs.phpunit.de/en/9.6/configuration.html#the-phpunit-element) -- `extensions` is an array of [PHPUnit Extension](https://docs.phpunit.de/en/10.3/extending-phpunit.html) class names to autoload +- `extensions` is an array of [PHPUnit Extension](https://docs.phpunit.de/en/10.5/extending-phpunit.html) class names to autoload ## Running Tests