License
MIT

Documentation

GZERO Core Build Status Coverage Status

It's a core package for GZERO platform

###Testing

To run tests, copy .env.example file to .env.testing and put your database credentials into it.

To run tests you can use one of those commands:

#####whole suit

composer test

#####single file

composer test tests/unit/jobs/UserJobsTest

#####single test

composer test tests/unit/jobs/UserJobsTest:canDeleteUser

###Quality composer test-static