- add skipif

This commit is contained in:
Pierre Joye 2011-09-06 06:50:56 +00:00
parent 17f78b92c4
commit 0295d0d1aa
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
--TEST--
Testing PDORow and PDOStatement instances with Reflection
--SKIPIF--
<?php if (!extension_loaded('pdo')) die('skip'); ?>
--FILE--
<?php

View File

@ -1,5 +1,7 @@
--TEST--
Trying instantiate a PDORow object manually
--SKIPIF--
<?php if (!extension_loaded('pdo')) die('skip'); ?>
--FILE--
<?php