gzero / core
v3.0.3
2018-07-17 12:00 UTC
Requires
- php: >=7.1.0
- barryvdh/laravel-cors: ^0.9.3
- bkwld/croppa: ~4.0
- davejamesmiller/laravel-breadcrumbs: 3.0.*
- gzero/eloquent-tree: 3.*
- illuminate/contracts: 5.5.*
- illuminate/routing: 5.5.*
- illuminate/support: 5.5.*
- laravel/passport: ^4.0
- robclancy/presenter: 1.3.2
Requires (Dev)
- codeception/codeception: ^2.4
- flow/jsonpath: ^0.3.4
- fzaninotto/faker: ~1.6
- gzero/testing: ^3.0.0
- mockery/mockery: ^1.0
- orchestra/testbench: 3.5.*
- phpmd/phpmd: ^2.6
- phpunit/php-code-coverage: 5.2.*
- satooshi/php-coveralls: ^1.0
- squizlabs/php_codesniffer: ^3.1
This package is auto-updated.
Last update: 2026-03-01 00:20:27 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