summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/tests/bug46542.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_sqlite/tests/bug46542.phpt')
-rw-r--r--ext/pdo_sqlite/tests/bug46542.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/tests/bug46542.phpt b/ext/pdo_sqlite/tests/bug46542.phpt
index 2de0c05191..d324270f2a 100644
--- a/ext/pdo_sqlite/tests/bug46542.phpt
+++ b/ext/pdo_sqlite/tests/bug46542.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #46542 Extending PDO class with a __call() function
--SKIPIF--
-<?php # vim:ft=php
+<?php
if (!extension_loaded('pdo_sqlite')) print 'skip not loaded';
?>
--FILE--