Merge branch 'gh-pages' of github.com:codeguy/php-the-right-way into gh-pages

This commit is contained in:
Phil Sturgeon
2012-07-10 15:31:51 +01:00
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1 @@
# Coding Practices

View File

@@ -1 +0,0 @@
# Coding Practises

View File

@@ -2,7 +2,7 @@
isChild: true
---
## Behaviour Driven Development
## Behavior Driven Development
There are two different types of Behavior-Driven Development (BDD): SpecBDD and StoryBDD. SpecBDD focuses on technical behavior or code, while StoryBDD focuses on business or feature behaviors or interactions. PHP has frameworks for both types of BDD.