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