File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
1414It 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
1717via [ Composer] ( https://getcomposer.org/ ) if you don't already have it installed globally.
1818
Original file line number Diff line number Diff 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
1414It 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
1717via [ Composer] ( https://getcomposer.org/ ) if you don't already have it installed globally.
1818
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use to test your application. Those details can be found in the documentation.
88## Requirements
99
1010It 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
1313via [ Composer] ( https://getcomposer.org/ ) if you don't already have it installed globally.
1414
You can’t perform that action at this time.
0 commit comments