PHPUnit

  • submit to reddit

PHPUnit vs. Phake cheatsheet

Benjamin Eberlei introduced me to Phake with his recent article: it is a Composer-ready PHP library that integrates easily with PHPUnit and provides an...

1 replies - 3698 views - 04/17/13 by Giorgio Sironi in Articles

Diving into Behat

I had the occasion to try out and adopt Behat for a particular need in our projects at Onebip. Here is my recount of the experience from a PHPUnit contributor...

0 replies - 2604 views - 04/08/13 by Giorgio Sironi in Articles

Parallel PHPUnit

PHPUnit is the standard testing framework for PHP code: always available through Pear or Composer, following xUnit conventions on tests and providing many...

0 replies - 3141 views - 02/04/13 by Giorgio Sironi in Articles

Automated code reviews for PHP

I'm exploring an approach to automated code review: it's not as precise as the human-based one, but it scales better.For example, I heard from the Ideato guys...

0 replies - 9141 views - 06/16/11 by Giorgio Sironi in Articles

Acceptance Test-Driven Development

I am halfway through reading Growing object-oriented software, guided by tests, a book that teaches Test-Driven Development in a Java environment. A...

2 replies - 14358 views - 03/11/10 by Giorgio Sironi in News

Flattening An Array Of Arrays In PHP

0 replies - 6492 views - 10/16/07 by Snippets Manager in Uncategorized