/**
  * Cleans up the environment after running a test.
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     parent::tearDown();
 }
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     kuserPeer::clearInstancePool();
     PartnerPeer::clearInstancePool();
     entryPeer::clearInstancePool();
     $this->client = null;
     parent::tearDown();
 }