Yannick Warnier 14 years ago
parent
commit
d74093c4e7
1 changed files with 0 additions and 21 deletions
  1. 0 21
      tests/main/inc/lib/display.lib.test.php

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

@@ -62,27 +62,6 @@ class TestDisplay extends UnitTestCase {
 		//var_dump($res);
 	}
 
-	public function testdisplay_complex_table_row() {
-		$properties='';
-		$table_row='';
-		ob_start();
-		$res=Display::display_complex_table_row($properties, $table_row);
-		ob_end_clean();
-		$this->assertTrue(is_string($res));
-		//var_dump($res);
-	}
-
-	/**
-	*	display html footer of table
-	*/
-	public function testdisplay_table_footer() {
-		ob_start();
-		$res=Display::display_table_footer();
-		ob_end_clean();
-		$this->assertNull($res);
-		//var_dump($res);
-	}
-
 	public function testdisplay_sortable_table() {
 		$header='';
 		$content='';