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