Tagged Questions
4
votes
1answer
217 views
PHP: code instrumentation library to capture/record new unit test cases?
I have a library that seems to work as intended. I would like to add some instrumentation to the library to capture (some) current input and the result and save that as a test case. Is there a library ...