Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Greepit.com:
Behavior Driven Development Framework for PHP: Behat
Feb 03, 2011 @ 16:56:27

On Greepit.com there's a quick post pointing out a behavior-driven development framework for PHP that turns the usual sort of testing (unit testing) around and looks from the other side - Behat.

Unlike any other PHP testing framework that tests applications inside out. Behat is testing applications outside in. It means, that Behat works only with your application’s input/output. There are Symfony plugin and Symfony2 bundle for Behat, so you can start testing your applications right now.

Behat is an open source behavior-driven development framework that's PHP 5.3 only inspired by Ruby's Cucumber project. You can install it in one of two ways - either from their custom PEAR channel (pear.everzet.com) or by cloning their github repository. The Behat site has some example tests to get you started.

tagged: behat behaviordriven development cucumber testing

Link:


Trending Topics: