Example #1
0
 public function testSetGetDescription()
 {
     $this->object->setdescription('Test');
     $this->assertEquals('Test', $this->object->getDescription());
 }