Beispiel #1
0
 /**
  * Tests Name->setUnstructured()
  */
 public function testSetUnstructured()
 {
     $this->Name->setFormatted($this->unstructured);
     $this->assertEquals($this->Name->getFormatted(), $this->unstructured);
 }