HiretheWorld is upgrading to CodeIgniter 3. As part of the upgrade process, we had to make sure that automated testing still passed. We use PHPUnit internally for unit testing some of our models, and that broke after the CodeIgniter upgrade. There were a few problems: _call_hook was renamed to call_hook a new define VIEWPATH was ... Continue Reading