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
Requires
- phpunit/phpunit: ^10.3
Requires (Dev)
- psalm/plugin-phpunit: ^0.18.4
- vimeo/psalm: ^5.14
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.