Exemplo n.º 1
0
 public function testSetGetDescription()
 {
     $image = new LocalImage(self::PICTURE_LANDSCAPE);
     $image->setDescription('desc');
     $this->assertEquals('desc', $image->getDescription());
 }