Polyfill for ArangoDB PHP extension
- PHP >= 7.1
- ArangoDB server version >= 3.2
If you want to run the unit tests locally you need Docker and Docker Compose.
Install dependencies with:
$ docker run --rm -i -v $(pwd):/app prooph/composer:7.1 update -o
Start containers with
$ docker-compose up -d --no-recreate
Execute tests with
$ docker-compose run --rm php vendor/bin/phpunit