eonx-com/easy-test

Makes testing easier

Maintainers

Package info

github.com/eonx-com/easy-test

pkg:composer/eonx-com/easy-test

Statistics

Installs: 116 430

Dependents: 16

Suggesters: 0

Stars: 1

Open Issues: 1

6.19.4 2026-02-26 16:08 UTC

This package is auto-updated.

Last update: 2026-02-26 16:10:08 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>