@jayhealey I wonder if you can shed some light on this.
Some tests have some code to skip them if TERM or TERM_PROGRAM keys exist in $_SERVER.
It's causing them to be skipped via the web interface too. Before I consider removing them, can you explain why you added the skipping?
|
if (isset($_SERVER['TERM_PROGRAM']) || isset($_SERVER['TERM'])) |