Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 377 Bytes

tests.md

File metadata and controls

23 lines (14 loc) · 377 Bytes

Tests

We value quality. Because everyone can contribute we have created some guidelines.

Configuration

First you need to install RethinkDB.

Then it's necessary to duplicate the standard configuration, and replace default values in test/config.php.

cp test/config.php.dist test/config.php

Run

composer update

vendor/bin/phpunit

Thank you!