eleving / common-tool
ERP package
Installs: 12 427
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 0
Requires
- php: ^7.1 || ^8.1
- ext-bcmath: *
Requires (Dev)
- infection/infection: ^0.25.5
- phpstan/phpstan: ^0.12.0@dev
- phpunit/phpunit: ^8.2
This package is auto-updated.
Last update: 2024-10-27 15:56:40 UTC
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%