Example #1
0
 public function testAvailableOptions()
 {
     $testObject = new \Knp\Snappy\Image();
     $testObject->setOption('use-xserver', true);
     $testObject->setOption('enable-smart-width', true);
 }