diff options
Diffstat (limited to 'ext/pdo/tests/pdo_023.phpt')
-rw-r--r-- | ext/pdo/tests/pdo_023.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/tests/pdo_023.phpt b/ext/pdo/tests/pdo_023.phpt index 8b4df3293b..300a9efd26 100644 --- a/ext/pdo/tests/pdo_023.phpt +++ b/ext/pdo/tests/pdo_023.phpt @@ -1,7 +1,7 @@ --TEST-- PDO Common: extending PDO --SKIPIF-- -<?php # vim:ft=php +<?php if (!extension_loaded('pdo')) die('skip'); $dir = getenv('REDIR_TEST_DIR'); if (false == $dir) die('skip no driver'); |