How to register only crashes in an external file, from php unit? I want complete information, including the actual value, expected value, line number, etc. Now I am using fwrite and logging all the pass and fail tests to a file, is there a better way to do this?
user187809
source
share