function tearDown()
 {
     $this->toolkit->tally();
     $this->authorizer->tally();
     ClearTestingTemplates();
     Limb::restoreToolkit('SimpleACL');
 }
  function tearDown()
  {
    ClearTestingTemplates();

    if($this->old_server)
      $_SERVER = $this->old_server;
  }
  function tearDown()
  {
    $this->ds->tally();
    $this->toolkit->tally();

    Limb :: restoreToolkit();

    ClearTestingTemplates();
  }
  function tearDown()
  {
    $this->path2id_translator->tally();
    $this->toolkit->tally();

    Limb :: restoreToolkit();

    ClearTestingTemplates();
  }
 function tearDown()
 {
   ClearTestingTemplates();
 }
 function tearDown()
 {
     Limb::restoreToolkit();
     ClearTestingTemplates();
     $this->_cleanUp();
 }
  function tearDown()
  {
    ClearTestingTemplates();

    Limb :: restoreToolkit();
  }