Skip to content

Commit

Permalink
Merge pull request #833 from humanmade/458-fix-phpunit-links
Browse files Browse the repository at this point in the history
Fixes broken link to PHPUnit docs
  • Loading branch information
mikelittle authored Dec 12, 2024
2 parents 9e474f7 + a70a833 commit b3b972d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing-with-phpunit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<phpunit>` 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

Expand Down

0 comments on commit b3b972d

Please sign in to comment.