PHPackages                             suhm/laravel-bdd-helpers - 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. suhm/laravel-bdd-helpers

ActiveLibrary

suhm/laravel-bdd-helpers
========================

535PHP

Since Jul 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/petersuhm/laravel-bdd-helpers)[ Packagist](https://packagist.org/packages/suhm/laravel-bdd-helpers)[ RSS](/packages/suhm-laravel-bdd-helpers/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel BDD Helpers
===================

[](#laravel-bdd-helpers)

Stuff that helps you do BDD in a Laravel context.

*This is stil WIP, but feel free to start using it in your projects!*

Content
-------

[](#content)

1. [Installation](#installation)
2. [Laravel Behat Context](#laravel-behat-context)
3. [Environment Behat Context](#environment-behat-context)
4. [HTTP client Behat context](#http-client-behat-context)
5. [Real life examples](#real-life-examples)

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

[](#installation)

Install it trough Composer:

```
"suhm/laravel-bdd-helpers": "dev-master"

```

Laravel Behat context
---------------------

[](#laravel-behat-context)

The Laravel Behat context trait makes a Laravel `Application` instance available to you in your Behat features.

Use it like this:

```
