Skip to content

Commit b3b972d

Browse files
authored
Merge pull request #833 from humanmade/458-fix-phpunit-links
Fixes broken link to PHPUnit docs
2 parents 9e474f7 + a70a833 commit b3b972d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing-with-phpunit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Tools module config. For example:
6161
- `excludes` is an array of project root relative paths or glob patterns.
6262
- `attributes` is an object
6363
of [name-value pairs supported by the `<phpunit>` tag](https://docs.phpunit.de/en/9.6/configuration.html#the-phpunit-element)
64-
- `extensions` is an array of [PHPUnit Extension](https://docs.phpunit.de/en/10.3/extending-phpunit.html) class names to autoload
64+
- `extensions` is an array of [PHPUnit Extension](https://docs.phpunit.de/en/10.5/extending-phpunit.html) class names to autoload
6565

6666
## Running Tests
6767

0 commit comments

Comments
 (0)