MDL-21007 UnitTestCaseUsingDatabase misconfigured unit tests now reported as skipped

This commit is contained in:
Eloy Lafuente 2009-11-30 23:18:34 +00:00
parent 776b85474d
commit 2319bdedd6
3 changed files with 12 additions and 1 deletions

View file

@ -40,6 +40,7 @@ $string['runtests'] = 'Run tests';
$string['rununittests'] = 'Run the unit tests';
$string['showpasses'] = 'Show passes as well as fails.';
$string['showsearch'] = 'Show the search for test files.';
$string['skip'] = 'Skip';
$string['stacktrace'] = 'Stack trace:';
$string['summary'] = '{$a->run}/{$a->total} test cases complete: <strong>{$a->passes}</strong> passes, <strong>{$a->fails}</strong> fails and <strong>{$a->exceptions}</strong> exceptions.';
$string['tablesnotsetup'] = 'Unit test tables are not yet built. Do you want to build them now?.';