beam-australia/platform

v0.2.5 2019-06-14 06:32 UTC

This package is auto-updated.

Last update: 2024-03-15 16:43:07 UTC


README

Build Status Coverage Status

Testing

There is a docker helper binary located in the bin directory.

$> bin/phpunit

Integration testing

For integration testing with external services such as Elasticsearch or Redis, use Docker Compose. There are helpers located in the bin directory:

$> bin/ssh

Will start docker-compose.yml and ssh into the container. Be sure to wait until the services are ready.