From ccb5a69319a6a367988534296c678c8abf322879 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 17 Feb 2010 15:32:23 +0000 Subject: Fixes #1526: Big honking warning added to unit tests. Getter test also deletes its subtypes now. git-svn-id: http://code.elgg.org/elgg/trunk@3945 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/diagnostics/testreport.php | 43 ------------------------------------------ 1 file changed, 43 deletions(-) delete mode 100644 mod/diagnostics/testreport.php (limited to 'mod/diagnostics/testreport.php') diff --git a/mod/diagnostics/testreport.php b/mod/diagnostics/testreport.php deleted file mode 100644 index 2068ec280..000000000 --- a/mod/diagnostics/testreport.php +++ /dev/null @@ -1,43 +0,0 @@ - - elgg_view('diagnostics/testresult', array('function' => $r['function'], 'result' => $r['result'])) - )); - } - else - $body = elgg_view('page_elements/contentwrapper', array('body' => - elgg_echo('diagnostics:unittester:testnotfound' ) - )); - - page_draw($title_txt, elgg_view_layout("two_column_left_sidebar", '', $title . $body)); -?> \ No newline at end of file -- cgit v1.2.3