famelo / behat
Scenario-oriented BDD framework for PHP 5.3
v2.4.4
2012-09-04 14:59 UTC
Requires
- php: >=5.3.1
- behat/gherkin: >=2.2.4,<2.3.0-dev
- symfony/config: >=2.0.0,<2.2.0-dev
- symfony/console: >=2.0.0,<2.2.0-dev
- symfony/dependency-injection: >=2.0.0,<2.2.0-dev
- symfony/event-dispatcher: >=2.0.0,<2.2.0-dev
- symfony/finder: >=2.0.0,<2.2.0-dev
- symfony/translation: >=2.0.0,<2.2.0-dev
- symfony/yaml: >=2.0.0,<2.2.0-dev
Suggests
- behat/mink-extension: for integration with Mink testing framework
- behat/symfony2-extension: for integration with Symfony2 web framework
- behat/yii-extension: for integration with Yii web framework
This package is auto-updated.
Last update: 2024-10-05 18:51:53 UTC
README
- master () - staging branch. Last stable version.
- develop () - development branch. Development happens here and you should send your PRs here too.
Useful Links
- The main website with documentation is at http://behat.org
- Official Google Group is at http://groups.google.com/group/behat
Note on Patches/Pull Requests
- Fork the project
develop
branch (all new development happens here, master for releases & hotfixes only). - Make your feature addition or bug fix.
- Add features for it (look at test/Behat/features for examples). This is important so I don't break it in a future version unintentionally.
- Commit, do not mess with
BehatApplication
version, orCHANGES.md
one. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) - Send me a pull request.
Installing Dependencies
wget -nc http://getcomposer.org/composer.phar
php composer.phar update
Running Tests
bin/behat -f progress
Contributing to Formatter Translations
Almost any output message (except exceptions and custom output) printed by Behat
formatters could be translated into your language with --lang
option. In order
to fix/add translation, edit the appropriate section of the i18n.php
file.
Copyright
Copyright (c) 2012 Konstantin Kudryashov (ever.zet). See LICENSE for details.
Contributors
- Konstantin Kudryashov everzet [lead developer]
- Other awesome developers
Sponsors
- knpLabs knpLabs [main sponsor]