Exemplo n.º 1
0
 public function testSetGetName()
 {
     $name = 'testing';
     $this->descriptor->setName($name);
     $this->assertEquals($name, $this->descriptor->getName());
 }