[svn r21504] added new file display

skala
Arthur Portugal 16 years ago
parent 749047a043
commit 2258cac551
  1. 11
      tests/main/inc/lib/display.lib.test.php

@ -0,0 +1,11 @@
<?php
require_once(api_get_path(LIBRARY_PATH).'display.lib.php');
class TestDisplay extends UnitTestCase {
public function testdisplay_introduction_section() {
$tool='';
$res=$this->testdisplay_introduction_section();
$this->assertTrue(($res));
}
}
Loading…
Cancel
Save