diff options
author | nickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-10-22 14:57:08 +0000 |
---|---|---|
committer | nickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-10-22 14:57:08 +0000 |
commit | 282fc81a72825a1efbb5b72b4ba127865bfd28cf (patch) | |
tree | 697d8230364ac61b34e5c3dbc8e7e7d717d7236c /mod/diagnostics/languages | |
parent | ae4e90dcd604d2b9741d251c8225494d7aedd615 (diff) | |
download | elgg-282fc81a72825a1efbb5b72b4ba127865bfd28cf.tar.gz elgg-282fc81a72825a1efbb5b72b4ba127865bfd28cf.tar.bz2 |
Adding unit testing to the GUI.
Unit tests can be run from the core Diagnostics mod.
git-svn-id: http://code.elgg.org/elgg/trunk@3570 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/diagnostics/languages')
-rw-r--r-- | mod/diagnostics/languages/en.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/diagnostics/languages/en.php b/mod/diagnostics/languages/en.php index 94d3fb995..2562c10b8 100644 --- a/mod/diagnostics/languages/en.php +++ b/mod/diagnostics/languages/en.php @@ -10,10 +10,13 @@ $english = array( 'diagnostics' => 'System diagnostics', - 'diagnostics:unittester' => 'Unit tests', + 'diagnostics:unittester' => 'Unit Tests', 'diagnostics:description' => 'The following diagnostic report is useful for diagnosing any problems with Elgg, and should be attached to any bug reports you file.', 'diagnostics:unittester:description' => 'The following are diagnostic tests which are registered by plugins and may be performed in order to debug parts of the Elgg framework.', + + 'diagnostics:unittester:description' => 'Unit tests are useful to detect errors introduced by new plugins or modifications to Elgg.', + 'diagnostics:unittester:debug' => 'The site must be in debug mode to run unit tests.', 'diagnostics:test:executetest' => 'Execute test', 'diagnostics:test:executeall' => 'Execute All', |