Skip to content

Commit 53f9516

Browse files
committed
docs: update PHPUnit version and doc link
1 parent 05801cb commit 53f9516

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

admin/starter/tests/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ It is not intended to be a full description of the test features that you can
66
use to test your application. Those details can be found in the documentation.
77

88
## Resources
9+
910
* [CodeIgniter 4 User Guide on Testing](https://codeigniter4.github.io/userguide/testing/index.html)
10-
* [PHPUnit docs](https://phpunit.readthedocs.io/en/8.5/index.html)
11+
* [PHPUnit docs](https://phpunit.de/documentation.html)
1112

1213
## Requirements
1314

1415
It is recommended to use the latest version of PHPUnit. At the time of this
15-
writing we are running version 8.5.13. Support for this has been built into the
16+
writing we are running version 9.x. Support for this has been built into the
1617
**composer.json** file that ships with CodeIgniter and can easily be installed
1718
via [Composer](https://getcomposer.org/) if you don't already have it installed globally.
1819

0 commit comments

Comments
 (0)