/**
  * The setup function is used to place the DB in its initial state.
  *
  */
 protected function setUp()
 {
     global $DB, $CFG;
     $this->resetAfterTest(true);
     parent::setUp();
     $this->create_section_icon_entries();
 }
 /**
  * The setup function is used to place the DB in its initial state.
  *
  */
 protected function setUp()
 {
     global $DB, $CFG;
     $this->resetAfterTest(true);
     parent::setUp();
 }