Run simple tests in browser
- Marek Bartoš
- Nette Blogger | 1261
If you want a checker for runtime environment it would probably be best to do it your own way, without any tester.
If you insist on using tester, I believe you could use
CliTester
directly. Just set $_SERVER['argv']
as it
would be set in console and set output to tap (-o tap
).