What is PHPSpec
PHPSpec is a Behaviour Driven Development framework written in PHP for specifying the behaviour of your classes, much in the way of Test-Driven Development. PHPSpec will drive the design of your applications resulting in reliable, self-documented code.
Installation and Getting Started Screencast
News
PHPSpec 1.3.0beta released
POSTED BY MD ON DECEMBER-29-2011The PHPSpec team announces that PHPSpec 1.3.0beta is now available.
New features:
- SpecHelper.php is now the default bootstrap
- Fixed loading from configuration
- Fixed for broken custom matchers
- Added Junit Formatter
- Added haveKey matcher
- Added the bootstrap option
- Fixed predicate always passing
- Added ArrayVal as an interceptor
- Fixed #30 passing array to spec triggers autoloader
- Using DIRECTORY_SEPARATOR constant to take care of OS differences
- Missing put function in the Html formatter sends the output to the StdOut