Exemple #1
0
 public function testSetGetDescription()
 {
     $description = 'My Good Company Description';
     $this->target->setDescription($description);
     $this->assertSame($this->target->getDescription(), $description);
 }