PHPackages                             verysimple/unit-test-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. verysimple/unit-test-printer

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

verysimple/unit-test-printer
============================

Formats PHPUnit output with verbose information about tests as they run.

1.1.1(10y ago)03.6k1MITPHPPHP &gt;=5.4.0

Since Jan 5Pushed 10y ago3 watchersCompare

[ Source](https://github.com/verysimple/unit-test-printer)[ Packagist](https://packagist.org/packages/verysimple/unit-test-printer)[ Docs](https://github.com/verysimple/unit-test-printer)[ RSS](/packages/verysimple-unit-test-printer/feed)WikiDiscussions master Synced today

READMEChangelog (3)DependenciesVersions (4)Used By (1)

Verysimple Unit Test Printer
============================

[](#verysimple-unit-test-printer)

PHPUnit ResultPrinter implementation that outputs verbose test information. Rather than see a string of dots and letters, this unit test printer will display the name of the suite and tests and number of assertions. If you manually run your tests and watch then running, you can more easily see the progress of your tests.

[![](https://raw.githubusercontent.com/verysimple/unit-test-printer/master/assets/images/screenshot.jpg)](https://raw.githubusercontent.com/verysimple/unit-test-printer/master/assets/images/screenshot.jpg)

Installation
------------

[](#installation)

Install VerboseTestResultPrinter class with composer:

```
composer require verysimple/unit-test-printer

```

For automatic installation, include the project in your composer.json (it is only necessary in require-dev):

```
{
	"require-dev": {
		"verysimple/unit-test-printer": ">=1.0.1"
	}
}

```

If you do not use composer, you can download and save `VerboseTestResultPrinter.php` wherever you wish.

Usage
-----

[](#usage)

To use the `VerboseTestResultPrinter` class, it is specified in your `phpunit.xml` config file. The following assumes `phpunit.xml` is in your project root directory and your tests are located in a sub-directory named "tests".

```

		tests/

```

Alternatively you can add simply make sure the library is included in your test runner. For example, adding the following to your `phpunit_bootstrap.php file`:

```
require __DIR__.'/vendor/autoload.php';

```

To run unit tests, execute phpunit from the root directory of the project.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% 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 ~1 days

Total

3

Last Release

3827d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/313176?v=4)[Jason Hinkle](/maintainers/jasonhinkle)[@jasonhinkle](https://github.com/jasonhinkle)

---

Top Contributors

[![jasonhinkle](https://avatars.githubusercontent.com/u/313176?v=4)](https://github.com/jasonhinkle "jasonhinkle (14 commits)")[![verysimple](https://avatars.githubusercontent.com/u/16549886?v=4)](https://github.com/verysimple "verysimple (1 commits)")

---

Tags

phpformatterphpunitunit testresultprinter

### Embed Badge

![Health badge](/badges/verysimple-unit-test-printer/health.svg)

```
[![Health](https://phpackages.com/badges/verysimple-unit-test-printer/health.svg)](https://phpackages.com/packages/verysimple-unit-test-printer)
```

###  Alternatives

[hot/phpunit-runner

The lib allows to watch phpunit tests

2867.1k4](/packages/hot-phpunit-runner)[robiningelbrecht/phpunit-coverage-tools

PHPUnit coverage tools

17114.2k44](/packages/robiningelbrecht-phpunit-coverage-tools)[cable8mm/water-melon

Water Melon is simple melon.com api sdk for php

182.8k](/packages/cable8mm-water-melon)

PHPackages © 2026

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