]> granicus.if.org Git - php/commitdiff
MFB5.3: fix SKIPIF
authorNuno Lopes <nlopess@php.net>
Thu, 10 Apr 2008 19:09:49 +0000 (19:09 +0000)
committerNuno Lopes <nlopess@php.net>
Thu, 10 Apr 2008 19:09:49 +0000 (19:09 +0000)
ext/pdo/tests/bug_43663.phpt
ext/pdo/tests/bug_44159.phpt

index 25af588bbed731ae430fc0f8a5d022131609cea2..2e903d788f4ab916c2bf779698078c5630872f34 100644 (file)
@@ -1,9 +1,8 @@
 --TEST--
 PDO Common: Bug #43663 (__call on classes derived from PDO)
---FILE--
 --SKIPIF--
 <?php # vim:ft=php
-if (!extension_loaded('pdo')) die('skip');
+if (!extension_loaded('pdo_sqlite')) die('skip no pdo_sqlite');
 ?>
 --FILE--
 <?php
index 57460826f787e74fc827d991e208a1e639e0509f..db4da4013951d140b430c28f7ad76d7123273808 100644 (file)
@@ -1,5 +1,9 @@
 --TEST--
 Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL))
+--SKIPIF--
+<?php
+if (!extension_loaded('pdo_sqlite')) die('skip no pdo_sqlite');
+?>
 --FILE--
 <?php