PHPackages                             open-southeners/phpunit-todo-markdown-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. open-southeners/phpunit-todo-markdown-printer

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

open-southeners/phpunit-todo-markdown-printer
=============================================

Print your failed tests as a to do list in Markdown format

1.1.0(3y ago)05MITPHPPHP &gt;=7.3

Since Dec 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/open-southeners/phpunit-todo-markdown-printer)[ Packagist](https://packagist.org/packages/open-southeners/phpunit-todo-markdown-printer)[ RSS](/packages/open-southeners-phpunit-todo-markdown-printer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

PHPUnit ToDo Markdown Printer
=============================

[](#phpunit-todo-markdown-printer)

Print your failed tests as a to do list in Markdown format

Status
------

[](#status)

[![latest tag](https://camo.githubusercontent.com/6b71d87ab4b15d5d4f4cf3617f95427d94fc07ea315e0f571833392df977a0d0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f6f70656e2d736f757468656e6572732f706870756e69742d746f646f2d6d61726b646f776e2d7072696e7465723f6c6162656c3d6c617465737426736f72743d73656d766572)](https://github.com/open-southeners/phpunit-todo-markdown-printer/releases/latest) [![packagist version](https://camo.githubusercontent.com/b6dbb1df7854eb04cfa6d151d10c0bff93bc9f44a48b0a94b6e519f39e5c96db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f70656e2d736f757468656e6572732f706870756e69742d746f646f2d6d61726b646f776e2d7072696e746572)](https://packagist.org/packages/open-southeners/phpunit-todo-markdown-printer) [![required php version](https://camo.githubusercontent.com/e10989cbf4d2690f98be26045be023fb3419fcdeb57704c992fa9d887a17bccd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6f70656e2d736f757468656e6572732f706870756e69742d746f646f2d6d61726b646f776e2d7072696e746572)](https://www.php.net/supported-versions.php) [![phpstan](https://github.com/open-southeners/phpunit-todo-markdown-printer/actions/workflows/phpstan.yml/badge.svg)](https://github.com/open-southeners/phpunit-todo-markdown-printer/actions/workflows/phpstan.yml) [![Laravel Pint](https://camo.githubusercontent.com/182f3f185be2d1e9322e6f6d0494be0644fb25ff6de992f0203dc6848d9153f5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f64652532307374796c652d70696e742d6f72616e67653f6c6f676f3d6c61726176656c)](https://github.com/open-southeners/phpunit-todo-markdown-printer/actions/workflows/pint.yml) [![Codacy Badge](https://camo.githubusercontent.com/644d2b5367b1b611b83707960e46bdf9c3faa5f1a5dd3d556be4f25bc82b96fa/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6566363835376466373037663436396361383038373139623833336562653734)](https://www.codacy.com/gh/open-southeners/phpunit-todo-markdown-printer/dashboard?utm_source=github.com&utm_medium=referral&utm_content=open-southeners/phpunit-todo-markdown-printer&utm_campaign=Badge_Grade) [![Edit on VSCode online](https://camo.githubusercontent.com/1e825ede949540f53ec4dce8dc8ad93376081856a01b7e3ce2f24f41c9133405/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7673636f64652d656469742532306f6e6c696e652d626c75653f6c6f676f3d76697375616c73747564696f636f6465)](https://vscode.dev/github/open-southeners/phpunit-todo-markdown-printer)

Getting started
---------------

[](#getting-started)

```
composer require open-southeners/phpunit-todo-markdown-printer
```

### Configuration

[](#configuration)

Add the following to your `phpunit.xml`:

```

        todo_failed_tests.md
        true
        true
        true

```

And that's all you need to do, from now on your `todo_failed_tests.md` will have the markdown similar as the one below.

Example output
--------------

[](#example-output)

### Code

[](#code)

```
# Failed tests

A summary of tests that failed. **Total of 1 failed within 1 files**.

## CommentControllerTest

- [ ] test_that_fails_mostly

```
Call to a member function getKey() on null

at /Users/my_user/Projects/my_project/app/Notifications/Notification.php:34
----------
#0 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/Framework/TestCase.php(904): PHPUnit\Framework\TestResult->run(Object(Tests\Integration\Http\Controllers\Api\CommentControllerTest))
#1 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/Framework/TestSuite.php(675): PHPUnit\Framework\TestCase->run(Object(PHPUnit\Framework\TestResult))
#2 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/Framework/TestSuite.php(675): PHPUnit\Framework\TestSuite->run(Object(PHPUnit\Framework\TestResult))
#3 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/Framework/TestSuite.php(675): PHPUnit\Framework\TestSuite->run(Object(PHPUnit\Framework\TestResult))
#4 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(661): PHPUnit\Framework\TestSuite->run(Object(PHPUnit\Framework\TestResult))
#5 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/TextUI/Command.php(144): PHPUnit\TextUI\TestRunner->run(Object(PHPUnit\Framework\TestSuite), Array, Array, true)
#6 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/TextUI/Command.php(97): PHPUnit\TextUI\Command->run(Array, true)
#7 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/phpunit(98): PHPUnit\TextUI\Command::main()
#8 {main}
```
```

### Preview

[](#preview)

Failed tests
============

[](#failed-tests)

A summary of tests that failed. **Total of 1 failed within 1 files**.

CommentControllerTest
---------------------

[](#commentcontrollertest)

- test\_that\_fails\_mostly

```
Call to a member function getKey() on null

at /Users/my_user/Projects/my_project/app/Notifications/Notification.php:34
----------
#0 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/Framework/TestCase.php(904): PHPUnit\Framework\TestResult->run(Object(Tests\Integration\Http\Controllers\Api\CommentControllerTest))
#1 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/Framework/TestSuite.php(675): PHPUnit\Framework\TestCase->run(Object(PHPUnit\Framework\TestResult))
#2 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/Framework/TestSuite.php(675): PHPUnit\Framework\TestSuite->run(Object(PHPUnit\Framework\TestResult))
#3 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/Framework/TestSuite.php(675): PHPUnit\Framework\TestSuite->run(Object(PHPUnit\Framework\TestResult))
#4 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(661): PHPUnit\Framework\TestSuite->run(Object(PHPUnit\Framework\TestResult))
#5 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/TextUI/Command.php(144): PHPUnit\TextUI\TestRunner->run(Object(PHPUnit\Framework\TestSuite), Array, Array, true)
#6 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/src/TextUI/Command.php(97): PHPUnit\TextUI\Command->run(Array, true)
#7 /Users/my_user/Projects/my_project/vendor/phpunit/phpunit/phpunit(98): PHPUnit\TextUI\Command::main()
#8 {main}

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1235d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a77db503aca4f77ebd99d5083432b8d9eee1131c2a572bb890aabd6b993f9d1?d=identicon)[d8vjork](/maintainers/d8vjork)

---

Top Contributors

[![d8vjork](https://avatars.githubusercontent.com/u/2331052?v=4)](https://github.com/d8vjork "d8vjork (11 commits)")

---

Tags

phpunittestsmarkdownproductivityopen-southenersphpunit-extensionphpunit-logger

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/open-southeners-phpunit-todo-markdown-printer/health.svg)

```
[![Health](https://phpackages.com/badges/open-southeners-phpunit-todo-markdown-printer/health.svg)](https://phpackages.com/packages/open-southeners-phpunit-todo-markdown-printer)
```

###  Alternatives

[brianium/paratest

Parallel testing for PHP

2.5k118.8M753](/packages/brianium-paratest)[ergebnis/phpunit-slow-test-detector

Provides facilities for detecting slow tests in phpunit/phpunit.

1468.1M72](/packages/ergebnis-phpunit-slow-test-detector)[whatthejeff/nyancat-phpunit-resultprinter

Nyan Cat result printer for PHPUnit

283689.8k24](/packages/whatthejeff-nyancat-phpunit-resultprinter)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M773](/packages/typo3-testing-framework)[aik099/phpunit-mink

Library for using Mink in PHPUnit tests. Supports session sharing between tests in a test case.

72136.2k1](/packages/aik099-phpunit-mink)[robiningelbrecht/phpunit-pretty-print

Prettify PHPUnit output

76460.0k15](/packages/robiningelbrecht-phpunit-pretty-print)

PHPackages © 2026

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