p4 / erp-common-tool
ERP common functions package
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/p4/erp-common-tool
Requires
- php: ^7.1
- ext-bcmath: *
Requires (Dev)
- infection/infection: dev-master
- phpstan/phpstan: ^0.12.0@dev
- phpunit/phpunit: ^8.2
README
!! Important: Xdebug must be installed to run all test cases.
please check before pushing with this:
Phpunit: ./vendor/bin/phpunit -c phpunit.xml
Phpstan: ./vendor/bin/phpstan analyse src tests
Infection: ./vendor/bin/infection --initial-tests-php-options="-d zend_extension=xdebug.so"
Goal
- make coverage 100%