Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 841 Bytes

File metadata and controls

41 lines (27 loc) · 841 Bytes

Internals

Unit testing

The package is tested with PHPUnit. To run tests:

./vendor/bin/phpunit

Static analysis

The code is statically analyzed with Psalm. To run static analysis:

./vendor/bin/psalm

Code style

Package used PHP CS Fixer to maintain Yii code style. To check and fix code style:

composer cs-fix

Use Rector to make codebase follow some specific rules or use either newest or any specific version of PHP:

./vendor/bin/rector

Dependencies

Use ComposerRequireChecker to detect transitive Composer dependencies:

./vendor/bin/composer-require-checker