Story
As a developer I need to migrate the current code base from CakePHP 1.3.15 to CakePHP 2.x. In order to do this I need to create missing unit tests as these will allow me to migrate to the new codebase and retest the migrated code. I also want the code to be under version control.
Sprint tasks
- Migrate existing code to a git repo
- Install SimpleTest – the only test framework supported by CakePHP 1.3
- Create Unit Tests (Models and Util component)
Expected duration
One week.