/**
  * Tears down the fixture
  * This method is called after a test is executed.
  *
  * @access protected
  */
 protected function tearDown()
 {
     foreach ($this->objects['users'] as $user) {
         $this->_backend->deleteUser($user);
     }
 }