With this PR I aimed to replace and incorporate the JSON printer, to resolve #74.
I copied and refactored the class from PHPUnit, and I attach it as a test listener to each test process launched from Paraunit.
To do that I had to copy and alter on the fly the PHPUnit XML config, and I used this to refactor a few classes.
This new approach will help avoiding issues when we will support PHPUnit 6.
With this PR I aimed to replace and incorporate the JSON printer, to resolve #74. I copied and refactored the class from PHPUnit, and I attach it as a test listener to each test process launched from Paraunit.
To do that I had to copy and alter on the fly the PHPUnit XML config, and I used this to refactor a few classes.
This new approach will help avoiding issues when we will support PHPUnit 6.