public function testClearTargetWillClearTargets()
 {
     $this->address2->clearTargets();
     $this->assertEquals(0, count($this->address2->getTargets()));
 }