summaryrefslogtreecommitdiff
path: root/ext/pdo/tests/bug_43663.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/tests/bug_43663.phpt')
-rw-r--r--ext/pdo/tests/bug_43663.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/tests/bug_43663.phpt b/ext/pdo/tests/bug_43663.phpt
index f8e968f717..d1b7837c2e 100644
--- a/ext/pdo/tests/bug_43663.phpt
+++ b/ext/pdo/tests/bug_43663.phpt
@@ -1,7 +1,7 @@
--TEST--
PDO Common: Bug #43663 (__call on classes derived from PDO)
--SKIPIF--
-<?php # vim:ft=php
+<?php
if (!extension_loaded('pdo')) die('skip');
if (!extension_loaded('pdo_sqlite')) die('skip');
$dir = getenv('REDIR_TEST_DIR');