]> granicus.if.org Git - php/commitdiff
- Added missing SKIPIF
authorJani Taskinen <jani@php.net>
Sat, 25 Apr 2009 21:39:37 +0000 (21:39 +0000)
committerJani Taskinen <jani@php.net>
Sat, 25 Apr 2009 21:39:37 +0000 (21:39 +0000)
ext/pdo_sqlite/tests/bug43831.phpt
ext/pdo_sqlite/tests/pdo_sqlite_createaggregate.phpt
ext/pdo_sqlite/tests/pdo_sqlite_createfunction.phpt
ext/pdo_sqlite/tests/pdo_sqlite_lastinsertid.phpt
ext/pdo_sqlite/tests/pdo_sqlite_transaction.phpt

index 1132e9b76f5dc1fbe77a71d344ab51664e402f88..2746e7c1785189729b567ae0e11fe8b1648d567f 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #43831 ($this gets mangled when extending PDO with persistent connection)
+--SKIPIF--
+<?php if (!extension_loaded('pdo_sqlite')) print 'skip not loaded'; ?>
 --FILE--
 <?php
 
index 9596aea30bf06c00c102bc985a204bcc79af119f..975dcd96bdf5967722a4afa3d1bd8f0baf0b6795 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 PDO_sqlite: Testing sqliteCreateAggregate()
+--SKIPIF--
+<?php if (!extension_loaded('pdo_sqlite')) print 'skip not loaded'; ?>
 --FILE--
 <?php
 
index c742c0a9e9574291d3b90a77a63a16721b526c65..b6758799806129d3021d9e3499e17b801cad6b0d 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 PDO_sqlite: Testing sqliteCreateFunction()
+--SKIPIF--
+<?php if (!extension_loaded('pdo_sqlite')) print 'skip not loaded'; ?>
 --FILE--
 <?php
 
index a0e06925a0b93087595bdf604b5320adbea1bf5f..9e19587b50d6928181d3868d45ab93387a2055b1 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 PDO_sqlite: Testing lastInsertId()
+--SKIPIF--
+<?php if (!extension_loaded('pdo_sqlite')) print 'skip not loaded'; ?>
 --FILE--
 <?php
 
index 52474405118e7aad9696f4514211fa641224e7e0..101cc73cb044408be42eab131bc973f58174c1e1 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 PDO_sqlite: Testing transaction
+--SKIPIF--
+<?php if (!extension_loaded('pdo_sqlite')) print 'skip not loaded'; ?>
 --FILE--
 <?php