v0.6.1
Changed
- How to enable Monkey Patching has been changed.
TestCase::$enable_patcherwas removed. See How to Write Tests.
Added
- Monkey Patching on functions. See How to Write Tests.
- Monkey Patching on methods in user-defined classes. See How to Write Tests.
$this->resetInstance()for better model testing. See #40.
Removed
TestCase::$enable_patcher(Introduced in v0.5.0)
Others
- Compatible with CodeIgniter 3.0.1