Example #1
0
 public function testSetGetName()
 {
     $this->object->setName('Test');
     $this->assertEquals('Test', $this->object->getName());
 }