From ee92adc3ff779d9c19e10d5a1c2b23bd3ad35913 Mon Sep 17 00:00:00 2001 From: koenr Date: Thu, 30 Aug 2007 20:19:58 +0000 Subject: [PATCH] and now with content of version 1.2 --- lang/en_utf8/simpletest.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/lang/en_utf8/simpletest.php b/lang/en_utf8/simpletest.php index e69de29bb2d..de457997361 100644 --- a/lang/en_utf8/simpletest.php +++ b/lang/en_utf8/simpletest.php @@ -0,0 +1,32 @@ +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.'; + +?>