- add skipif

This commit is contained in:
Pierre Joye 2011-09-06 06:50:56 +00:00
parent 7921f410fc
commit bd0a02b72b
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