Running our existing test suite
As always, we should kick things off by running all of our existing unit tests to ensure that the tests pass:
% cd WebRoot/protected/tests/ % phpunit unit/ PHPUnit 3.4.12 by Sebastian Bergmann. ................ Time: 3 seconds OK (10 tests, 27 assertions)
Everything looks good, so we can start making changes.