mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-21007 UnitTestCaseUsingDatabase misconfigured unit tests now reported as skipped
This commit is contained in:
parent
776b85474d
commit
2319bdedd6
3 changed files with 12 additions and 1 deletions
|
@ -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?.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue