Ejemplo n.º 1
0
 /**
  * Test setWrappingStyle exception
  *
  * @expectedException \InvalidArgumentException
  */
 public function testSetWrappingStyleException()
 {
     $object = new Image();
     $object->setWrappingStyle('foo');
 }