> Look at PHP's own tests: PHPT files. They're simple files containing code to setup a test, and the result of a test. > How tests run, well, in a nutshell: > foreach (glob('/tests/*' as $test)) exec('php ' . $test);…
> Look at PHP's own tests: PHPT files. They're simple files containing code to setup a test, and the result of a test. > How tests run, well, in a nutshell: > foreach (glob('/tests/*' as $test)) exec('php ' . $test);…