mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
4 lines
100 B
PHP
4 lines
100 B
PHP
<?php
|
|
if (!getenv('PDO_FIREBIRD_TEST_DSN')) {
|
|
die('skip: PDO_FIREBIRD_TEST_DSN must be set');
|
|
}
|