Glossary – Sprint 1 complete

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