Skip to content

Commit 7a65dbd

Browse files
PHPUnit version in tests docs
1 parent 3c98468 commit 7a65dbd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

admin/module/tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ use to test your module. Those details can be found in the documentation.
77

88
## Resources
99
* [CodeIgniter 4 User Guide on Testing](https://codeigniter4.github.io/userguide/testing/index.html)
10-
* [PHPUnit docs](https://phpunit.readthedocs.io/en/8.3/index.html)
10+
* [PHPUnit docs](https://phpunit.readthedocs.io/en/8.5/index.html)
1111

1212
## Requirements
1313

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

admin/starter/tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ use to test your application. Those details can be found in the documentation.
77

88
## Resources
99
* [CodeIgniter 4 User Guide on Testing](https://codeigniter4.github.io/userguide/testing/index.html)
10-
* [PHPUnit docs](https://phpunit.readthedocs.io/en/8.3/index.html)
10+
* [PHPUnit docs](https://phpunit.readthedocs.io/en/8.5/index.html)
1111

1212
## Requirements
1313

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

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use to test your application. Those details can be found in the documentation.
88
## Requirements
99

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

0 commit comments

Comments
 (0)