mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-25 06:21:34 +02:00
typos in behavior driven development
This commit is contained in:
@@ -4,7 +4,7 @@ isChild: true
|
|||||||
|
|
||||||
## Behavior Driven Development {#behavior_driven_development_title}
|
## Behavior Driven Development {#behavior_driven_development_title}
|
||||||
|
|
||||||
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.
|
There are two different types of Behavior-Driven Development (BDD): SpecBDD and StoryBDD. SpecBDD focuses on technical behavior of code, while StoryBDD focuses on business or feature behaviors or interactions. PHP has frameworks for both types of BDD.
|
||||||
|
|
||||||
With StoryBDD, you write human-readable stories that describe the behavior of your application. These stories
|
With StoryBDD, you write human-readable stories that describe the behavior of your application. These stories
|
||||||
can then be run as actual tests against your application. The framework used in PHP applications for StoryBDD
|
can then be run as actual tests against your application. The framework used in PHP applications for StoryBDD
|
||||||
|
Reference in New Issue
Block a user