Skip to content

mcdir/Behat

 
 

Repository files navigation

behat

License Build Status HHVM Status Scrutinizer Quality Score Latest Stable Version Total Downloads

behat is a php framework for testing your business expectations.

Versioning

Starting from v3.0.0, Behat is following Semantic Versioning v2.0.0. This basically means that if all you do is implement interfaces (like this one) and use service constants (like this one), you would not have any backwards compatibility issues with Behat up until v4.0.0 (or later major) is released. Exception could be an extremely rare case where BC break is introduced as a measure to fix a serious issue.

You can read detailed guidance on what BC means in Symfony2 BC guide.

Useful Links

Installing Dependencies

$> curl -s https://getcomposer.org/installer | php
$> php composer.phar install

Running

$> bin/behat -h

Contributors

About

BDD framework for PHP 5.3+

Resources

License

Stars

Watchers

Forks

Packages

No packages published