/**
  * Cleans up the 	environment after running a test.
  */
 protected function tearDown()
 {
     $this->contactsManager->removeAll();
     $this->contactsManager = null;
     parent::tearDown();
 }