gzero/core

Installs: 3 626

Dependents: 6

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 0

Open Issues: 0

pkg:composer/gzero/core

v3.0.3 2018-07-17 12:00 UTC

README

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