浏览代码

Removed deprecated test

ywarnier 14 年之前
父节点
当前提交
253ccb024f
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      tests/main/inc/lib/display.lib.test.php

+ 0 - 8
tests/main/inc/lib/display.lib.test.php

@@ -25,14 +25,6 @@ class TestDisplay extends UnitTestCase {
 		//var_dump($full_file_name);
 	}
 
-	public function testdisplay_table_header() {
-		ob_start();
-		$res = Display::display_table_header();
-		ob_end_clean();
-		$this->assertTrue(is_string($res));
-		//var_dump($res);
-	}
-
 		/**
 	*	Display html header of table with several options.
 	*