run}/{$a->total} test cases complete: {$a->passes} passes, {$a->fails} fails and {$a->exceptions} exceptions.'; $string['thorough'] = 'Run a thorough test (may be slow).'; $string['uncaughtexception'] = 'Uncaught exception [{$a->getMessage()}] in [{$a->getFile()}:{$a->getLine()}] TESTS ABORTED.'; $string['unittests'] = 'Unit tests'; $string['version'] = 'Using SimpleTest version $a.'; ?>