vamtiger-project-php-laravel
Boilerplate
Laravel behaviour driven development project using
behat and
PHPUnit.
Installation
``
bash
npm install vamtiger-project-php-laravel
`
Usage
Feature files and step difinitions are located in tests/Feature, which can be run using behat:
`
bash
vendor/bin/behat
``