mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Merge pull request #4028 from totoprayogo1916/phpunit-manual
Update PHPUnit version in `tests`.
This commit is contained in:
commit
e7300770f0
@ -7,12 +7,12 @@ use to test your module. Those details can be found in the documentation.
|
||||
|
||||
## Resources
|
||||
* [CodeIgniter 4 User Guide on Testing](https://codeigniter4.github.io/userguide/testing/index.html)
|
||||
* [PHPUnit docs](https://phpunit.readthedocs.io/en/8.3/index.html)
|
||||
* [PHPUnit docs](https://phpunit.readthedocs.io/en/8.5/index.html)
|
||||
|
||||
## Requirements
|
||||
|
||||
It is recommended to use the latest version of PHPUnit. At the time of this
|
||||
writing we are running version 8.5.2. Support for this has been built into the
|
||||
writing we are running version 8.5.13. Support for this has been built into the
|
||||
**composer.json** file that ships with CodeIgniter and can easily be installed
|
||||
via [Composer](https://getcomposer.org/) if you don't already have it installed globally.
|
||||
|
||||
|
@ -7,12 +7,12 @@ use to test your application. Those details can be found in the documentation.
|
||||
|
||||
## Resources
|
||||
* [CodeIgniter 4 User Guide on Testing](https://codeigniter4.github.io/userguide/testing/index.html)
|
||||
* [PHPUnit docs](https://phpunit.readthedocs.io/en/8.3/index.html)
|
||||
* [PHPUnit docs](https://phpunit.readthedocs.io/en/8.5/index.html)
|
||||
|
||||
## Requirements
|
||||
|
||||
It is recommended to use the latest version of PHPUnit. At the time of this
|
||||
writing we are running version 8.5.2. Support for this has been built into the
|
||||
writing we are running version 8.5.13. Support for this has been built into the
|
||||
**composer.json** file that ships with CodeIgniter and can easily be installed
|
||||
via [Composer](https://getcomposer.org/) if you don't already have it installed globally.
|
||||
|
||||
|
@ -8,7 +8,7 @@ use to test your application. Those details can be found in the documentation.
|
||||
## Requirements
|
||||
|
||||
It is recommended to use the latest version of PHPUnit. At the time of this
|
||||
writing we are running version 8.5.2. Support for this has been built into the
|
||||
writing we are running version 8.5.13. Support for this has been built into the
|
||||
**composer.json** file that ships with CodeIgniter and can easily be installed
|
||||
via [Composer](https://getcomposer.org/) if you don't already have it installed globally.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user