/**
  * Tears down the fixture, for example, closes a network connection.
  * This method is called after a test is executed.
  */
 protected function tearDown()
 {
     // Keep everything clean by removing everything from the address book.
     $this->object->RemoveAllContactsFromAddressBook($this->addressBookId);
 }