tags:

views:

28

answers:

1

I am in love with Cucumber. It's easily configured for a Ruby on Rails application. However, I'm new to Ruby and so is the rest of my team. We are writing PHP applications using the Zend Framework. I'm interested in hearing how you have implemented BDD for your PHP applications and what frameworks/libraries I should use. Have you configured Cucumber? Or are you using a different library?

A: 

Behat

It's a port of Cucumber written in PHP 5.3. Looks promising, but haven't been able to test it out yet. I'd like to know how many others are using this.

Andrew