function tearDown()
  {
    $this->toolkit->tally();
    $this->tree->tally();

    Limb :: restoreToolkit();

    parent :: tearDown();
  }
  function tearDown()
  {
    parent :: tearDown();

    $this->_cleanUp();
  }