diff options
Diffstat (limited to 'ext/pdo/tests/bug_43130.phpt')
-rw-r--r-- | ext/pdo/tests/bug_43130.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/tests/bug_43130.phpt b/ext/pdo/tests/bug_43130.phpt index 15c77b4180..98e7ba5f31 100644 --- a/ext/pdo/tests/bug_43130.phpt +++ b/ext/pdo/tests/bug_43130.phpt @@ -1,7 +1,7 @@ --TEST-- PDO Common: Bug #43130 (Bound parameters cannot have - in their name) --SKIPIF-- -<?php # vim:ft=php +<?php if (!extension_loaded('pdo')) die('skip'); $dir = getenv('REDIR_TEST_DIR'); if (false == $dir) die('skip no driver'); |