Solar: Modified Testing Strategy
Tuesday, January 31st, 2006 (21:57)In the current release of Solar (version 0.10.0) I use the .phpt test format, which is supported very well by Greg BeaverTomas V.V. Cox’s “pear run-tests” code. The .phpt testing strategy compares the output of a test script to an expected output string, and passes if the outputs match.
I noticed some time ago that [...]