Example #1
0
 public function testSetDoubleLogoId()
 {
     try {
         $this->article->setlogoId(10.66);
     } catch (InvalidArgumentException $e) {
         return;
     }
 }