gzero / core
Installs: 3 610
Dependents: 6
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 0
Open Issues: 0
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: 2024-11-29 04:46:38 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