Example #1
0
 public function testSetNegativeLogoId()
 {
     try {
         $this->article->setLogoId(-10);
     } catch (InvalidArgumentException $e) {
         return;
     }
     $this->fail('Something went wrong');
 }