philmish/phpunit-testdriver

Extension for streaming PHPUnit events to testdriver.nvim

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/philmish/phpunit-testdriver

0.0.2 2023-08-16 22:59 UTC

This package is auto-updated.

Last update: 2025-12-17 04:10:14 UTC


README

This package bridges PHPUnit Eventdata as JSON formatted string to stdout. It is intended to be used with testdriver.nvim to stream data in a format which is easier to parse for comprehensible test diagnostics.

I wrote this mainly to explore the Event System introduced into PHPUnit with version 10 and enhance my own editing experience.