public function testGetVersion()
 {
     $instance = new Ghostscript();
     $this->assertRegExp('/^[0-9]\\.[0-9]+$/', $instance->getVersion());
 }