Exemplo n.º 1
0
 public function testGetSetImage()
 {
     $this->person->setImage('photo.jpg');
     $this->assertEquals('photo.jpg', $this->person->getImage());
 }