kix / behat-exception-listener
Behat exception listener platform
0.1.0
2014-11-20 12:26 UTC
Requires
- php: >=5.4
- rmiller/phpspec-run-extension: ~0.1
This package is auto-updated.
Last update: 2024-11-14 03:24:03 UTC
README
This is a Behat extension that allows catching and
examining exceptions thrown in steps during a Behat run. Currently it can be
used with kix/behat-sf2-service-generator
which catches calls
to undefined Symfony services and runs PHPSpec to describe them.
Installation
There's really no use to install this exception standalone, though, if you want to, you sure can. Just run this:
composer require kix/behat-exception-listener "~0.1"
Now you should configure @richardmiller's phpspec-run-extension (r miller/phpspec-run-extension on packagist).
And then enable the extension in your behat.yml
:
Kix\ExceptionListenerExtension\ExceptionListenerExtension: ~