ci-phpunit-test icon indicating copy to clipboard operation
ci-phpunit-test copied to clipboard

Upgrading to CodeIgniter 4

Open kenjis opened this issue 4 years ago • 2 comments

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.

kenjis avatar Feb 20 '21 01:02 kenjis

$this->getDouble() and ReflectionHelper are now in the kenjis/phpunit-helper package. https://github.com/kenjis/phpunit-helper

kenjis avatar Mar 03 '21 06:03 kenjis

Monkey Patching is now a stand-alone package kenjis/monkey-patch. https://github.com/kenjis/monkey-patch

kenjis avatar Mar 05 '21 11:03 kenjis