PHPackages                             yoanm/php-unit-extended - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. yoanm/php-unit-extended

ActiveLibrary[Testing &amp; Quality](/categories/testing)

yoanm/php-unit-extended
=======================

Php library to extend PhpUnit

v2.0.2(3y ago)018.7k[1 PRs](https://github.com/yoanm/PhpUnitExtended/pulls)18MITPHPPHP ^8.0CI passing

Since Jan 14Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/yoanm/PhpUnitExtended)[ Packagist](https://packagist.org/packages/yoanm/php-unit-extended)[ RSS](/packages/yoanm-php-unit-extended/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (15)Used By (18)

PhpUnitExtended
===============

[](#phpunitextended)

[![License](https://camo.githubusercontent.com/cb758c82ae125210e39cdb7ab93032b3240d0d5c13b78ddbfbc6455f6602a7de/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f796f616e6d2f506870556e6974457874656e6465642e737667)](https://github.com/yoanm/PhpUnitExtended)[![Code size](https://camo.githubusercontent.com/20a83c3c7370ac7cd1cfd01a8954efacdc8703eeb5774673806589b49b77ebf3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f64652d73697a652f796f616e6d2f506870556e6974457874656e6465642e737667)](https://github.com/yoanm/PhpUnitExtended)[![Dependabot Status](https://camo.githubusercontent.com/cd8e8ddb14bdefacb6b5974f2370624708a43c5c2ce10dd012aa51063fa5f8b9/68747470733a2f2f6170692e646570656e6461626f742e636f6d2f6261646765732f7374617475733f686f73743d676974687562267265706f3d796f616e6d2f506870556e6974457874656e646564)](https://dependabot.com)

[![Scrutinizer Build Status](https://camo.githubusercontent.com/f22d8aeca14571ea649b0f869f841cb799e5e67a9a1e20da72f6e5d52b921a0a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f796f616e6d2f506870556e6974457874656e6465642e7376673f6c6162656c3d5363727574696e697a6572266c6f676f3d7363727574696e697a6572)](https://scrutinizer-ci.com/g/yoanm/PhpUnitExtended/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/bc96318e026812daa5f093b00ad8f72d007b27af5b4f2fa493f5fc296a05435a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f796f616e6d2f506870556e6974457874656e6465642f6d61737465722e7376673f6c6f676f3d7363727574696e697a6572)](https://scrutinizer-ci.com/g/yoanm/PhpUnitExtended/?branch=master)[![Codacy Badge](https://camo.githubusercontent.com/9fb44e29c9d4bd4ecd206541fbd305938a5a0dbcc15fdab5d1db97a7a24ce23a/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3866333934323461646430343462343361373062646232333865326634386462)](https://www.codacy.com/gh/yoanm/PhpUnitExtended/dashboard?utm_source=github.com&utm_medium=referral&utm_content=yoanm/PhpUnitExtended&utm_campaign=Badge_Grade)

[![CI](https://github.com/yoanm/PhpUnitExtended/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/yoanm/PhpUnitExtended/actions/workflows/CI.yml)[![codecov](https://camo.githubusercontent.com/5e78b61f96fc24553a512f063823cfd553e7685605dd8a4119bd35a16d216ba3/68747470733a2f2f636f6465636f762e696f2f67682f796f616e6d2f506870556e6974457874656e6465642f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d4e486477454255464b35)](https://codecov.io/gh/yoanm/PhpUnitExtended)

[![Latest Stable Version](https://camo.githubusercontent.com/6fd4ef88d5541d8068115745424d27c45f400922f0d10ee3709f37b8de023953/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f796f616e6d2f7068702d756e69742d657874656e6465642e737667)](https://packagist.org/packages/yoanm/php-unit-extended)[![Packagist PHP version](https://camo.githubusercontent.com/86db3ab2dde81f4947e8030e37492399c004d82c89904225a229b7a26172a021/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f796f616e6d2f7068702d756e69742d657874656e6465642e737667)](https://packagist.org/packages/yoanm/php-unit-extended)

Php library to extend PhpUnit

- [Install](#install)
- [In the box](#in-the-box)
    - [Listeners](#in-the-box-listeners)
- [Contributing](#contributing)

Install
-------

[](#install)

```
composer require --dev yoanm/php-unit-extended
```

In the box
----------

[](#in-the-box)

### Listeners

[](#listeners)

- DelegatingListener

A Simple listener delegator. Used for **YoanmTestsStrategyListener**.

- [RiskyToFailedListener](./doc/listener/RiskyToFailedListener.md)
- [StrictCoverageListener](./doc/listener/StrictCoverageListener.md)
- [YoanmTestsStrategyListener](./doc/listener/YoanmTestsStrategyListener.md)

Contributing
------------

[](#contributing)

See [contributing note](./CONTRIBUTING.md)

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance44

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~206 days

Recently: every ~455 days

Total

12

Last Release

1142d ago

Major Versions

0.3.0 → v1.1.02018-04-07

v1.1.1 → v2.0.02023-04-01

PHP version history (4 changes)0.1.0PHP &gt;=5.5

v1.1.0PHP &gt;=7.1

v1.0.2PHP &gt;=7.0

v2.0.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4410697?v=4)[yoanm](/maintainers/yoanm)[@yoanm](https://github.com/yoanm)

---

Top Contributors

[![yoanm](https://avatars.githubusercontent.com/u/4410697?v=4)](https://github.com/yoanm "yoanm (42 commits)")

---

Tags

phpunit

###  Code Quality

TestsBehat

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/yoanm-php-unit-extended/health.svg)

```
[![Health](https://phpackages.com/badges/yoanm-php-unit-extended/health.svg)](https://phpackages.com/packages/yoanm-php-unit-extended)
```

###  Alternatives

[phpunit/phpunit

The PHP Unit Testing framework.

20.0k910.7M134.8k](/packages/phpunit-phpunit)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[johnkary/phpunit-speedtrap

Find and report on slow tests in your PHPUnit test suite

78337.2M122](/packages/johnkary-phpunit-speedtrap)[spatie/phpunit-snapshot-assertions

Snapshot testing with PHPUnit

69617.9M510](/packages/spatie-phpunit-snapshot-assertions)[phpspec/prophecy-phpunit

Integrating the Prophecy mocking library in PHPUnit test cases

19454.9M1.4k](/packages/phpspec-prophecy-phpunit)[yoast/phpunit-polyfills

Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests

18438.5M841](/packages/yoast-phpunit-polyfills)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
