Archive of posts from May 2013
Story
As a developer I need to be certain that the web front-end of the application works as expected.
Sprint tasks
Work out how to extend SimpleTest to a test database with the WebTester
Create Integration Tests (predominantly Terms, Groups, Links but also including ancillary models)
Expected duration
Two – three weeks.
Read on
Sprint tasks review
Migrate existing code to a git repo
Complete – Source code moved to my BitBucket account.
Install SimpleTest
Complete – SimpleTest installed and tested using CakePHP 1.3 core tests.
Create Unit Tests (Models and Util component)
Created fixtures (needed fixtures for all models)
Created tests for Models
Created tests for Util component
Complete – tests created
Read on
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... Read on