Skip to content

stof/Behat

 
 

Repository files navigation

Behat

Behat is a BDD framework for PHP to help you test business expectations.

Gitter chat License Build Status HHVM Status Scrutinizer Quality Score Total Downloads

Installing Behat

The easiest way to install Behat is by using Composer:

$> curl -sS https://getcomposer.org/installer | php
$> php composer.phar require behat/behat='~3.0.6'

After that you'll be able to run Behat via:

$> vendor/bin/behat

Installing Development Version

Clone the repository and install dependencies via Composer:

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

After that you will be able to run development version of Behat via:

$> bin/behat

Contributing

Before contributing to Behat, please take a look at the CONTRIBUTING.md document.

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

Contributors

About

BDD framework for PHP 5.3+

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.8%
  • Other 0.2%