|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | tool |
Variables | |
| $string ['addconfigprefix'] = 'Add prefix to config file' | |
| $string ['all'] = 'ALL' | |
| $string ['codecoverageanalysis'] = 'Perform code coverage analysis.' | |
| $string ['codecoveragecompletereport'] = '(view code coverage complete report)' | |
| $string ['codecoveragedisabled'] = 'Cannot enable code coverage in this server (missing xdebug extension).' | |
| $string ['codecoveragelatestdetails'] = '(on {$a->date}, with {$a->files} files, {$a->percentage} covered)' | |
| $string ['codecoveragelatestreport'] = 'view latest code coverage complete report' | |
| $string ['confignonwritable'] | |
| $string ['coveredlines'] = 'Covered lines' | |
| $string ['coveredpercentage'] = 'Overall code coverage' | |
| $string ['dbtest'] = 'Functional DB tests' | |
| $string ['deletingnoninsertedrecord'] = 'Trying to delete a record that was not inserted by these unit tests (id {$a->id} in table {$a->table}).' | |
| $string ['deletingnoninsertedrecords'] = 'Trying to delete records that were not inserted by these unit tests (from table {$a->table}).' | |
| $string ['droptesttables'] = 'Drop test tables' | |
| $string ['exception'] = 'Exception' | |
| $string ['executablelines'] = 'Executable lines' | |
| $string ['fail'] = 'Fail' | |
| $string ['ignorefile'] = 'Ignore tests in the file' | |
| $string ['ignorethisfile'] = 'Re-run the tests ignoring this test file.' | |
| $string ['installtesttables'] = 'Install test tables' | |
| $string ['moodleunittests'] = 'Moodle unit tests: {$a}' | |
| $string ['notice'] = 'Notice' | |
| $string ['onlytest'] = 'Only run tests in' | |
| $string ['othertestpages'] = 'Other test pages' | |
| $string ['pass'] = 'Pass' | |
| $string ['pathdoesnotexist'] = 'The path \'{$a}\' does not exist.' | |
| $string ['pluginname'] = 'Unit tests' | |
| $string ['prefix'] = 'Unit test tables prefix' | |
| $string ['prefixnotset'] = 'The unit test database table prefix is not configured. Fill and submit this form to add it to config.php.' | |
| $string ['reinstalltesttables'] = 'Reinstall test tables' | |
| $string ['retest'] = 'Re-run the tests' | |
| $string ['retestonlythisfile'] = 'Re-run only this test file.' | |
| $string ['runall'] = 'Run the tests from all the test files.' | |
| $string ['runat'] = 'Run at {$a}.' | |
| $string ['runonlyfile'] = 'Run only the tests in this file' | |
| $string ['runonlyfolder'] = 'Run only the tests in this folder' | |
| $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?.' | |
| $string ['testdboperations'] = 'Test database operations' | |
| $string ['testtablescsvfileunwritable'] = 'The test tables CSV file is not writable ({$a->filename})' | |
| $string ['testtablesneedupgrade'] = 'The test DB tables need to be upgraded. Do you wish to proceed with the upgrade now?' | |
| $string ['testtablesok'] = 'The test DB tables were successfully installed.' | |
| $string ['thorough'] = 'Run a thorough test (may be slow).' | |
| $string ['timetakes'] = 'Time taken: {$a}.' | |
| $string ['totallines'] = 'Total lines' | |
| $string ['uncaughtexception'] = 'Uncaught exception [{$a->getMessage()}] in [{$a->getFile()}:{$a->getLine()}] TESTS ABORTED.' | |
| $string ['uncoveredlines'] = 'Uncovered lines' | |
| $string ['unittest:execute'] = 'Execute unit tests' | |
| $string ['unittestprefixsetting'] = 'Unit test prefix: <strong>{$a->unittestprefix}</strong> (Edit config.php to modify this).' | |
| $string ['unittests'] = 'Unit tests' | |
| $string ['updatingnoninsertedrecord'] = 'Trying to update a record that was not inserted by these unit tests (id {$a->id} in table {$a->table}).' | |
| $string ['version'] = 'Using <a href="http://sourceforge.net/projects/simpletest/">SimpleTest</a> version {$a}.' | |
| $string['addconfigprefix'] = 'Add prefix to config file' |
Definition at line 28 of file tool_unittest.php.
| $string['all'] = 'ALL' |
Definition at line 29 of file tool_unittest.php.
| $string['codecoverageanalysis'] = 'Perform code coverage analysis.' |
Definition at line 30 of file tool_unittest.php.
| $string['codecoveragecompletereport'] = '(view code coverage complete report)' |
Definition at line 31 of file tool_unittest.php.
| $string['codecoveragedisabled'] = 'Cannot enable code coverage in this server (missing xdebug extension).' |
Definition at line 32 of file tool_unittest.php.
| $string['codecoveragelatestdetails'] = '(on {$a->date}, with {$a->files} files, {$a->percentage} covered)' |
Definition at line 33 of file tool_unittest.php.
| $string['codecoveragelatestreport'] = 'view latest code coverage complete report' |
Definition at line 34 of file tool_unittest.php.
| $string['confignonwritable'] |
'The file config.php is not writeable by the web server. Either change its permissions, or edit it with the appropriate user account, and add the following line before the closing php tag: <br /> $CFG->unittestprefix = \'tst_\' // Change tst_ to a prefix of your choice, different from $CFG->prefix'
Definition at line 35 of file tool_unittest.php.
| $string['coveredlines'] = 'Covered lines' |
Definition at line 37 of file tool_unittest.php.
| $string['coveredpercentage'] = 'Overall code coverage' |
Definition at line 38 of file tool_unittest.php.
| $string['dbtest'] = 'Functional DB tests' |
Definition at line 39 of file tool_unittest.php.
| $string['deletingnoninsertedrecord'] = 'Trying to delete a record that was not inserted by these unit tests (id {$a->id} in table {$a->table}).' |
Definition at line 40 of file tool_unittest.php.
| $string['deletingnoninsertedrecords'] = 'Trying to delete records that were not inserted by these unit tests (from table {$a->table}).' |
Definition at line 41 of file tool_unittest.php.
| $string['droptesttables'] = 'Drop test tables' |
Definition at line 42 of file tool_unittest.php.
| $string['exception'] = 'Exception' |
Definition at line 43 of file tool_unittest.php.
| $string['executablelines'] = 'Executable lines' |
Definition at line 44 of file tool_unittest.php.
| $string['fail'] = 'Fail' |
Definition at line 45 of file tool_unittest.php.
| $string['ignorefile'] = 'Ignore tests in the file' |
Definition at line 46 of file tool_unittest.php.
| $string['ignorethisfile'] = 'Re-run the tests ignoring this test file.' |
Definition at line 47 of file tool_unittest.php.
| $string['installtesttables'] = 'Install test tables' |
Definition at line 48 of file tool_unittest.php.
| $string['moodleunittests'] = 'Moodle unit tests: {$a}' |
Definition at line 49 of file tool_unittest.php.
Definition at line 50 of file tool_unittest.php.
| $string['onlytest'] = 'Only run tests in' |
Definition at line 51 of file tool_unittest.php.
| $string['othertestpages'] = 'Other test pages' |
Definition at line 52 of file tool_unittest.php.
| $string['pass'] = 'Pass' |
Definition at line 53 of file tool_unittest.php.
| $string['pathdoesnotexist'] = 'The path \'{$a}\' does not exist.' |
Definition at line 54 of file tool_unittest.php.
| $string['pluginname'] = 'Unit tests' |
Definition at line 55 of file tool_unittest.php.
Definition at line 56 of file tool_unittest.php.
| $string['prefixnotset'] = 'The unit test database table prefix is not configured. Fill and submit this form to add it to config.php.' |
Definition at line 57 of file tool_unittest.php.
| $string['reinstalltesttables'] = 'Reinstall test tables' |
Definition at line 58 of file tool_unittest.php.
| $string['retest'] = 'Re-run the tests' |
Definition at line 59 of file tool_unittest.php.
| $string['retestonlythisfile'] = 'Re-run only this test file.' |
Definition at line 60 of file tool_unittest.php.
| $string['runall'] = 'Run the tests from all the test files.' |
Definition at line 61 of file tool_unittest.php.
| $string['runat'] = 'Run at {$a}.' |
Definition at line 62 of file tool_unittest.php.
| $string['runonlyfile'] = 'Run only the tests in this file' |
Definition at line 63 of file tool_unittest.php.
| $string['runonlyfolder'] = 'Run only the tests in this folder' |
Definition at line 64 of file tool_unittest.php.
| $string['runtests'] = 'Run tests' |
Definition at line 65 of file tool_unittest.php.
| $string['rununittests'] = 'Run the unit tests' |
Definition at line 66 of file tool_unittest.php.
| $string['showpasses'] = 'Show passes as well as fails.' |
Definition at line 67 of file tool_unittest.php.
| $string['showsearch'] = 'Show the search for test files.' |
Definition at line 68 of file tool_unittest.php.
| $string['skip'] = 'Skip' |
Definition at line 69 of file tool_unittest.php.
| $string['stacktrace'] = 'Stack trace:' |
Definition at line 70 of file tool_unittest.php.
| $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.' |
Definition at line 71 of file tool_unittest.php.
| $string['tablesnotsetup'] = 'Unit test tables are not yet built. Do you want to build them now?.' |
Definition at line 72 of file tool_unittest.php.
| $string['testdboperations'] = 'Test database operations' |
Definition at line 73 of file tool_unittest.php.
| $string['testtablescsvfileunwritable'] = 'The test tables CSV file is not writable ({$a->filename})' |
Definition at line 74 of file tool_unittest.php.
| $string['testtablesneedupgrade'] = 'The test DB tables need to be upgraded. Do you wish to proceed with the upgrade now?' |
Definition at line 75 of file tool_unittest.php.
| $string['testtablesok'] = 'The test DB tables were successfully installed.' |
Definition at line 76 of file tool_unittest.php.
| $string['thorough'] = 'Run a thorough test (may be slow).' |
Definition at line 77 of file tool_unittest.php.
| $string['timetakes'] = 'Time taken: {$a}.' |
Definition at line 78 of file tool_unittest.php.
| $string['totallines'] = 'Total lines' |
Definition at line 79 of file tool_unittest.php.
| $string['uncaughtexception'] = 'Uncaught exception [{$a->getMessage()}] in [{$a->getFile()}:{$a->getLine()}] TESTS ABORTED.' |
Definition at line 80 of file tool_unittest.php.
| $string['uncoveredlines'] = 'Uncovered lines' |
Definition at line 81 of file tool_unittest.php.
| $string['unittest:execute'] = 'Execute unit tests' |
Definition at line 82 of file tool_unittest.php.
| $string['unittestprefixsetting'] = 'Unit test prefix: <strong>{$a->unittestprefix}</strong> (Edit config.php to modify this).' |
Definition at line 83 of file tool_unittest.php.
| $string['unittests'] = 'Unit tests' |
Definition at line 84 of file tool_unittest.php.
| $string['updatingnoninsertedrecord'] = 'Trying to update a record that was not inserted by these unit tests (id {$a->id} in table {$a->table}).' |
Definition at line 85 of file tool_unittest.php.
| $string['version'] = 'Using <a href="http://sourceforge.net/projects/simpletest/">SimpleTest</a> version {$a}.' |
Definition at line 86 of file tool_unittest.php.