PHPackages                             wolg/behat - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. wolg/behat

ActiveCakephp-plugin[Testing &amp; Quality](/categories/testing)

wolg/behat
==========

Behat Shell

173628[1 issues](https://github.com/Wolg/CakePHP-Behat/issues)PHP

Since Dec 14Pushed 12y ago5 watchersCompare

[ Source](https://github.com/Wolg/CakePHP-Behat)[ Packagist](https://packagist.org/packages/wolg/behat)[ RSS](/packages/wolg-behat/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Behat Shell
===========

[](#behat-shell)

Shell for testing CakePHP Application using Behat

Installation
------------

[](#installation)

Behat Shell is installed use Composer.

Ensure `require` is present in `composer.json`. This will install the plugin to `Plugin/Behat`. You should also add either `behat/mink-goutte-driver` or `behat/mink-selenium2-driver` to your requirements, depending on which one you plan to use with Behat Shell.

```
{
    "require": {
        "wolg/behat": "*",
        "phpunit/phpunit": "*",
        "cakephp/cakephp": "2.*",
        "behat/behat": "2.4.*@stable"
    }
}

```

- Add the plugin to your app/Config/bootstrap.php using `CakePlugin::load('Behat')`
- Run `Console/cake Behat.behat install` to install plugin
- Set your application root url into app/Config/behat.yml
- Run `Console/behat -dl` to be sure that everything properly loaded

### But I don't use Composer?

[](#but-i-dont-use-composer)

That's fine, the process is laregly the same. However, instead of downloading Behat Shell using composer, you'll need to unzip or clone this plugin into your app/Plugin/Behat folder. After that, follow the rest of the steps outlined in the previous section. Don't worry about dependencies, we'll download those for you.

Requirements
------------

[](#requirements)

- PHP version: PHP 5.3+
- CakePHP version: 2.x
- PHPUnit

Further Reading
---------------

[](#further-reading)

- [Quick Intro to Behat](http://docs.behat.org/quick_intro.html) - Read Quick Intro Guide.
- [Practical BDD with Behat and Mink](http://www.slideshare.net/jmikola1/pratical-bdd-with-behat-and-mink) - An introduction into behavior-driven development with Behat and Mink.
- [Behat Documentation](http://docs.behat.org/index.html) - Read Behat2 Documentation Guides.
- [Behat by example](https://speakerdeck.com/everzet/behat-by-example) - Check presentation from the creator.
- [Mink Documentation](http://mink.behat.org/) - Read about Mink and Web acceptance testing.

Contributing
------------

[](#contributing)

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

[![Bitdeli Badge](https://camo.githubusercontent.com/863f8cf551dcdd326ad216265d748e026796eb51b898a4e0834aa6197713bbc3/68747470733a2f2f64327765637a68766c38323376302e636c6f756466726f6e742e6e65742f576f6c672f63616b657068702d62656861742f7472656e642e706e67)](https://bitdeli.com/free "Bitdeli Badge")

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/538630?v=4)[Stanislav Chistenko](/maintainers/wolg)[@Wolg](https://github.com/Wolg)

---

Top Contributors

[![Wolg](https://avatars.githubusercontent.com/u/538630?v=4)](https://github.com/Wolg "Wolg (15 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")

### Embed Badge

![Health badge](/badges/wolg-behat/health.svg)

```
[![Health](https://phpackages.com/badges/wolg-behat/health.svg)](https://phpackages.com/packages/wolg-behat)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14228.7M341](/packages/dms-phpunit-arraysubset-asserts)[phpbenchmark/phpbenchmark

Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses

8011.5k2](/packages/phpbenchmark-phpbenchmark)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
