PHPackages                             zf2timo/phpunit-pretty-result-printer - 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. zf2timo/phpunit-pretty-result-printer

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

zf2timo/phpunit-pretty-result-printer
=====================================

Prints Result of PHPUnit in a nicer format

2.0.0(8y ago)626.9k↓46.9%2[1 PRs](https://github.com/zf2timo/PHPUnitPrettyResultPrinter/pulls)2MITPHPPHP &gt;=7.0

Since Dec 18Pushed 6y ago2 watchersCompare

[ Source](https://github.com/zf2timo/PHPUnitPrettyResultPrinter)[ Packagist](https://packagist.org/packages/zf2timo/phpunit-pretty-result-printer)[ RSS](/packages/zf2timo-phpunit-pretty-result-printer/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (13)Used By (2)

PHPUnit Pretty Result Printer
=============================

[](#phpunit-pretty-result-printer)

This Result Printer for PHPUnit shows more information in a more readable format during a test run

BranchStatusDependency Statusmaster[![Build Status](https://camo.githubusercontent.com/2f890a0ab8dfc22c95391c60a55a34d54877a54e281ac9c9aa456404950bde4f/68747470733a2f2f7472617669732d63692e6f72672f7a663274696d6f2f504850556e6974507265747479526573756c745072696e7465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/zf2timo/PHPUnitPrettyResultPrinter)[![Dependency Status](https://camo.githubusercontent.com/184432e213222df78abe7ed59bcdc63991e42fd7106cf0c53ce08641c2803669/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3537303233656466666364313961303033396631353634652f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/57023edffcd19a0039f1564e)develop[![Build Status](https://camo.githubusercontent.com/3726377657695211726223f3d0aa2a35218a9330c99ccb3934e91338229d78f0/68747470733a2f2f7472617669732d63692e6f72672f7a663274696d6f2f504850556e6974507265747479526573756c745072696e7465722e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/zf2timo/PHPUnitPrettyResultPrinter)[![Dependency Status](https://camo.githubusercontent.com/a8982e24cafb3b5be1166d719569178609fe9fa404953353a7384305e56f72cb/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3537303233656462666364313961303034353433663832302f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/57023edbfcd19a004543f820)Preview
=======

[](#preview)

[![PHPUnitPrettyResultPrinter Screenshot](https://cloud.githubusercontent.com/assets/3073381/14188190/262046ee-f787-11e5-858a-6978a4a83b14.png)](https://cloud.githubusercontent.com/assets/3073381/14188190/262046ee-f787-11e5-858a-6978a4a83b14.png)

Installation
============

[](#installation)

Installation is provided via composer and can be done with the following command:

```
$ composer require --dev zf2timo/phpunit-pretty-result-printer
```

To activate the Printer for PHPUnit, just add it to your configuration XML:

```

 // ....

```

Configuration
=============

[](#configuration)

In some Environments like Travis, Jenkins or some old Bash Console the UTF-8 Characters ✘ and ✔ are not supported. You can enable the default PHPUnit symbols by exporting an environment variable:

```
$ export PHP_CI=true
$ php vendor/bin/phpunit
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

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 ~81 days

Recently: every ~155 days

Total

9

Last Release

3140d ago

Major Versions

0.1.0rc → 1.0.02016-01-11

1.0.4 → 2.0.02017-10-04

PHP version history (2 changes)0.1.0-alphaPHP &gt;=5.4

2.0.0PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a0bb32211ada15f0899ccbfac9e93b4c3cb1320c18fb9e4aa299f8c41afc174?d=identicon)[zf2timo](/maintainers/zf2timo)

---

Top Contributors

[![zf2timo](https://avatars.githubusercontent.com/u/3073381?v=4)](https://github.com/zf2timo "zf2timo (68 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/zf2timo-phpunit-pretty-result-printer/health.svg)

```
[![Health](https://phpackages.com/badges/zf2timo-phpunit-pretty-result-printer/health.svg)](https://phpackages.com/packages/zf2timo-phpunit-pretty-result-printer)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M571](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)

PHPackages © 2026

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