eonx-com / easy-test
Makes testing easier
6.22.4
2026-06-09 10:45 UTC
Requires
- php: ^8.2
- eonx-com/easy-utils: ^6.22.4
- nette/utils: ^4.0
- phpunit/phpunit: ^10.5.63|^11.5.50|^12.5.8
- symfony/config: ^7.2
- symfony/console: ^7.2
- symfony/dependency-injection: ^7.2
- symfony/event-dispatcher-contracts: ^3.5
- symfony/http-client: ^7.2
- symfony/http-kernel: ^7.2
- symfony/service-contracts: ^3.5
- symfony/translation-contracts: ^3.5
Requires (Dev)
- symfony/uid: ^7.2
Suggests
- ext-simplexml: To check coverage in Clover format
- doctrine/collections: To use InvalidDataMaker
- doctrine/orm: To use ContainerServiceTrait
- fakerphp/faker: To use UniqueGroupGenerator
- nesbot/carbon: To use InvalidDataMaker
- symfony/clock: To use MessengerAssertionsTrait
- symfony/event-dispatcher: To use MessengerAssertionsTrait
- symfony/framework-bundle: To use ContainerServiceTrait, HttpClientAssertionTrait and MessengerAssertionsTrait
- symfony/http-client: To use HttpClientStub
- symfony/http-foundation: To use HttpClientStub
- symfony/messenger: To use MessengerAssertionsTrait
- symfony/property-access: To use MessengerAssertionsTrait
- symfony/serializer: To use DatabaseEntityTrait
- symfony/translation: To use InvalidDataMaker
- symfony/uid: To use DatabaseEntityTrait
- symfony/validator: To use InvalidDataMaker
- symfony/var-dumper: To use DatabaseEntityTrait
This package is auto-updated.
Last update: 2026-06-09 10:46:53 UTC
README
---eonx_docs--- title: Introduction weight: 0 ---eonx_docs---
Require package (Composer)
We recommend to use Composer to manage your dependencies. You can require this package as follows:
$ composer require --dev eonx-com/easy-test
Check coverage
This package provides you with a console command to check your code coverage against a limit you define. If the coverage is lower than your limit the command fails.
This console command expect the path of a file containing the coverage output.
vendor/bin/easy-test easy-test:check-coverage --coverage=90 <path_to_coverage_output_file>