Example #1
0
 public function testSetGetLogoId()
 {
     $logoId = 10;
     $this->article->setLogoId($logoId);
     $result = $this->article->getLogoId();
     $this->assertEquals($logoId, $result);
 }