PHPackages                             psychomieze/parallel-phpunit-resultprinter - 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. psychomieze/parallel-phpunit-resultprinter

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

psychomieze/parallel-phpunit-resultprinter
==========================================

Print test results if run with gnu parallel

012PHP

Since Jul 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/susannemoog/parallel-phpunit-resultPrinter)[ Packagist](https://packagist.org/packages/psychomieze/parallel-phpunit-resultprinter)[ RSS](/packages/psychomieze-parallel-phpunit-resultprinter/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

parallel-phpunit-resultPrinter
==============================

[](#parallel-phpunit-resultprinter)

This is a very ugly but working hack to get nicer results when running tests with gnu parallels.

Works like this:

```
time find -L . -name \*Test.php -path \*typo3_src/typo3/sysext/*/Tests/Functional* | parallel --gnu 'echo; echo "Running functional {} test case";  ./bin/phpunit --colors -c typo3/sysext/core/Build/FunctionalTests.xml --printer "\Parallel\PhpUnit\ResultPrinter" {}' > /dev/null
cat test.txt
rm test.txt
```

Add the following to your composer.json:

"psychomieze/parallel-phpunit-resultPrinter": "\*@dev"

and run composer update.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/004feeac533aca09131a92ab3111be5c85268da65d979c4dce131dcb72057bf2?d=identicon)[psychomieze](/maintainers/psychomieze)

---

Top Contributors

[![susannemoog](https://avatars.githubusercontent.com/u/321804?v=4)](https://github.com/susannemoog "susannemoog (7 commits)")

### Embed Badge

![Health badge](/badges/psychomieze-parallel-phpunit-resultprinter/health.svg)

```
[![Health](https://phpackages.com/badges/psychomieze-parallel-phpunit-resultprinter/health.svg)](https://phpackages.com/packages/psychomieze-parallel-phpunit-resultprinter)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14429.2M359](/packages/dms-phpunit-arraysubset-asserts)[phpbenchmark/phpbenchmark

Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses

8011.5k2](/packages/phpbenchmark-phpbenchmark)

PHPackages © 2026

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