Ejemplo n.º 1
0
 protected function setUp()
 {
     // Skip this test if ghostscript is not supported.
     if (!pdf::test_gs_path(false)) {
         $this->markTestSkipped('Ghostscript not setup');
         return;
     }
     parent::setUp();
 }