kenjis / ci-phpunit-test

An easier way to use PHPUnit with CodeIgniter 3.x.
http://kenjis.github.io/ci-phpunit-test/
MIT License
587 stars 195 forks source link

Upgrading to CodeIgniter 4 #361

Open kenjis opened 3 years ago

kenjis commented 3 years ago

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 commented 3 years ago

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

kenjis commented 3 years ago

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