This package contains a PHP test suite with mutation testing support.
Run Rector:
composer rectorRun Easy Coding Standard with fixes.
composer ecsVerify runtime dependency declarations.
composer check-dependenciesRun mutation testing.
composer mutationRun mutation testing with static analysis enabled.
composer mutation-staticRun the PHP unit and integration tests.
composer testsThis executes the PHPUnit suite defined in phpunit.xml.dist.
Run PHPStan.
composer staticComposer scripts support forwarding additional arguments using --.
Examples.
composer tests -- --filter ViteTest
composer static -- --memory-limit=512M