News Feed
Jobs Feed
Sections




News Archive
DZone.com:
PHPSpec BDD for your classes
June 03, 2011 @ 08:57:12

In a new post to the "PHP on Windows" section of DZone.com, Giorgio Sironi looks at another testing tool to add to your arsenal - PHPSpec, a behavior-driven development testing tool similar to Ruby's RSpec.

Behavior-Driven Development can be seen as an evolution of Test-Driven Development, stricly in its outside-in version and with a refined language. In the case of the tool I'm reviewing today, BDD is implemented with code instead of with textual feature files (e.g. written in Gherkin) like in Behat. PHPSpec is similar to (or a port of) RSpec, the original BDD Ruby tool. It fills the need for an approach different from the classical xUnit at the class level.

He points out the place he thinks PHPSpec has in the software testing world as it fits with things like Behat and PHPUnit. He also includes some sample code to show it at work - a sample test that checks against an object for things like "should be an object" or "should not return the same number for multiples of three" for the basic class FizzBuzz.

0 comments voice your opinion now!
phpspec behaviordriven development testing unittest class


blog comments powered by Disqus

Similar Posts

PHPHacks.com: Creating charts with JGraph

NetTuts.com: Deciphering Testing Jargon

Padraic Brady's Blog: Mutation Testing Brain Dump

PHP 10.0 Blog: duck operator

DevShed: Centralizing the Validation of Data with the Observer Pattern in PHP


Community Events









Don't see your event here?
Let us know!


composer object testing event development zendframework2 functional example release code opinion database community introduction api framework interview podcast language tool

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework