Example #1
0
 public function testSetContent()
 {
     $p = new Part();
     $p->setContent('<xml1/>');
     $this->assertEquals('<xml1/>', $p->getContent());
 }