this post was submitted on 27 Jan 2024
1 points (100.0% liked)

PHP

1 readers
2 users here now

founded 2 years ago
 

Early this year, I created a few custom Rector rules for our client. It modified the code based on the PHPUnit error result report. The only problem is that PHPUnit outputs a string. So, I had to parse it manually with regexes. Having a JSON output would make my life easier. I'm used to PHP tools that provide the JSON out of the box, but I could not find it in PHPUnit.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here