Skip to content

Running tests

Davide Bellettini edited this page Jul 26, 2014 · 1 revision

To run test you need to launch an actual EventStore install, after that running tests is trivial:

composer install
bin/phpunit
Clone this wiki locally