philmish / phpunit-testdriver
Extension for streaming PHPUnit events to testdriver.nvim
0.0.2
2023-08-16 22:59 UTC
Requires
- phpunit/phpunit: ^10.3
Requires (Dev)
- psalm/plugin-phpunit: ^0.18.4
- vimeo/psalm: ^5.14
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.