ci-phpunit-test
ci-phpunit-test copied to clipboard
Upgrading to CodeIgniter 4
If you want to upgrade your apps to CodeIgniter4, and want to utilize the existing test code, my new project might help you.
CodeIgniter 3 to 4 Upgrade Helper https://github.com/kenjis/ci3-to-4-upgrade-helper
Sample upgraded test code: https://github.com/kenjis/ci3-to-4-news/tree/main/tests/app
See How to Upgrade Test Code from CI3 to CI4.
Any opinions or suggestions are welcome.
$this->getDouble() and ReflectionHelper are now in the kenjis/phpunit-helper package.
https://github.com/kenjis/phpunit-helper
Monkey Patching is now a stand-alone package kenjis/monkey-patch.
https://github.com/kenjis/monkey-patch