Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.37 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.37 KB

ownMc

devDependency Status Build Status

Your own media center

Behat unit tests

Behat allows for Behavior Driven Development PHP integration. Feature files are located in the /features/ folder and step definitions are located in the FeatureContext.php file. Each new feature developed must be covered by a BDD feature file with the following beginning-of-file structure:

Feature: Feature Name In order to ... As ... I need ...

And the following scenario structure:

Scenario: FeatureName - Action - ExpectedResult Given ... When ...

Then ...

Contributors