aboutsummaryrefslogtreecommitdiff
path: root/mod/developers/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-01-01 14:05:31 -0500
committerCash Costello <cash.costello@gmail.com>2012-01-01 14:05:31 -0500
commit51229ebc6691f8edb17a5f15328aa626eabc09fc (patch)
tree1e7bc8656e62cfea4ec5068946d7604120f38166 /mod/developers/start.php
parent280f5730b49da487a5ca82c395ca265e37dad997 (diff)
downloadelgg-51229ebc6691f8edb17a5f15328aa626eabc09fc.tar.gz
elgg-51229ebc6691f8edb17a5f15328aa626eabc09fc.tar.bz2
Fixes #4137 moves test UI to developers plugin
Diffstat (limited to 'mod/developers/start.php')
-rw-r--r--mod/developers/start.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/mod/developers/start.php b/mod/developers/start.php
index 79ec0655a..d77a96b36 100644
--- a/mod/developers/start.php
+++ b/mod/developers/start.php
@@ -63,6 +63,7 @@ function developers_setup_menu() {
if (elgg_in_context('admin')) {
elgg_register_admin_menu_item('develop', 'inspect', 'develop_tools');
elgg_register_admin_menu_item('develop', 'preview', 'develop_tools');
+ elgg_register_admin_menu_item('develop', 'unit_tests', 'develop_tools');
elgg_register_menu_item('page', array(
'name' => 'dev_settings',
@@ -76,8 +77,8 @@ function developers_setup_menu() {
}
/**
-* Clear all the strings so the raw descriptor strings are displayed
-*/
+ * Clear all the strings so the raw descriptor strings are displayed
+ */
function developers_clear_strings() {
global $CONFIG;
@@ -121,8 +122,8 @@ function developers_wrap_views($hook, $type, $result, $params) {
}
/**
-* Log the events and plugin hooks
-*/
+ * Log the events and plugin hooks
+ */
function developers_log_events($name, $type) {
// filter out some very common events