phpweaver icon indicating copy to clipboard operation
phpweaver copied to clipboard

Run tracer as a web server

Open AJenbo opened this issue 8 years ago • 2 comments

This would allow generating trace data for a code base that doesn't have unit tests (or any other good way of running from CLI) by allowing the developer to interact with the application from a browser and exercise the code that way.

AJenbo avatar Dec 14 '17 03:12 AJenbo

While a nice idea, I'm not sure this should necessarily be part of the project?

troelskn avatar Dec 18 '17 23:12 troelskn

Fair, I guess we can maybe hint at it in the readme so that people can configure there php+xdebug to output the needed trace files. I might still experiment a bit with it as the project where I have the most use of phpweaver only has 11% unit test coverage (I'm only associated with that project for the remainder of this week).

AJenbo avatar Dec 19 '17 00:12 AJenbo