Tag Archives: coding

ant + phpunit + selenium + cruisecontrol + phpundercontrol = end to end testing zen

playing with ant + phpunit + selenium (ide/core/rc) + cruisecontrol + phpundercontrol + capistrano = end to end testing plus continuous integration zen.
lets break it down …
automate builds = ant
testing end to end = phpunit + selenium
self documenting code = phpdoc + uml … (markdown + yaml)?
continuous integration = cruisecontrol + phpundercontrol
automated deploys = capistrano
——
refs:
using [...]