Exemplo n.º 1
0
 /**
  * Tests Gadget->setId()
  */
 public function testSetId()
 {
     $this->Gadget->setId('id');
     $this->assertEquals('id', $this->Gadget->id);
 }