/Behat

BDD framework for PHP 5.3+

Primary LanguagePHPMIT LicenseMIT

Behat

Useful Links

Installing Dependencies

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

Running

$> bin/behat -h

Running inside Vagrant

  1. Install Vagrant.
  2. Install Berkshelf plugin for Vagrant
  3. Run vagrant up

Contributors