yii-tools / support
Support library tests for Yii3
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 18 074
Dependents: 17
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php: ^8.1
- phpunit/phpunit: ^9.6|^10.0
- yiisoft/files: ^2.0
Requires (Dev)
- maglnet/composer-require-checker: ^4.2
- roave/infection-static-analysis-plugin: ^1.29
- symplify/easy-coding-standard: ^11.1.29
- vimeo/psalm: ^5.6
This package is auto-updated.
Last update: 2024-01-08 20:12:45 UTC
README
Support.
Install
composer require yii-tools/support
Checking dependencies
This package uses composer-require-checker to check if all dependencies are correctly defined in composer.json
.
To run the checker, execute the following command:
composer run check-dependencies
Mutation testing
Mutation testing is checked with Infection. To run it:
composer run mutation
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
composer run psalm
Testing
The code is tested with PHPUnit. To run tests:
composer run test
CI status
License
The MIT License (MIT). Please see License File for more information.