Monthly Archives: June 2009

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 [...]

git + svn

git and svn make a pretty cool combo.
its probably best to start with svn and then create a git to track it , but sometimes its more natural the other way around.
suppose you start a small local project and want to track revs, git is perfect for this as there almost no setup overhead. but [...]