Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 463 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 463 Bytes

Testing tools

Setup

Run the following command to setup the docker container to execute the tests.

$ make install

Usage

Start the container, if it's not already running.

$ docker-compose run --rm --service-ports dev bash

Install all the dependencies, if they're not already installed.

$ composer install

Execute the tests

$ bin/behat
$ bin/phpspec run
$ bin/phpunit --testdox
$ bin/robo acceptance