Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 314 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 314 Bytes

Installing

$ composer install

Running tests

To run the tests you will need a mysql server running on localhost with a user travis without password. You also need a database orm_test

To run the tests:

$ vendor/bin/phpunit

Make sure all tests pass before submitting a Pull Request.