Exemplo n.º 1
0
 public function testSetId()
 {
     $this->object->setId('id-test');
     $this->assertEquals('id-test', $this->object->getId());
 }