Skip to content

Commit 743d0d1

Browse files
committed
- Added skipif (Opss :))
1 parent 9554edb commit 743d0d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/pdo_sqlite/tests/bug46139.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
--TEST--
22
Bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE)
3+
--SKIPIF--
4+
<?php
5+
if (!extension_loaded('pdo_sqlite')) print 'skip not loaded';
6+
?>
37
--FILE--
48
<?php
59

0 commit comments

Comments
 (0)