skipif.inc 100 B

1234
  1. <?php
  2. if (!getenv('PDO_FIREBIRD_TEST_DSN')) {
  3. die('skip: PDO_FIREBIRD_TEST_DSN must be set');
  4. }