We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
$this->getDouble() and ReflectionHelper are now in the kenjis/phpunit-helper package. https://github.com/kenjis/phpunit-helper
$this->getDouble()
ReflectionHelper
kenjis/phpunit-helper
Sorry, something went wrong.
Monkey Patching is now a stand-alone package kenjis/monkey-patch. https://github.com/kenjis/monkey-patch
kenjis/monkey-patch
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: