Exemplo n.º 1
0
 public function testSetAge()
 {
     $this->lot->setAge(100);
     $this->assertEquals(100, $this->lot->getAge());
 }