summaryrefslogtreecommitdiff
path: root/ext/interbase/tests/002.phpt
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-04-25 15:43:28 +0000
committerfoobar <sniper@php.net>2003-04-25 15:43:28 +0000
commita64269f0dabfd6aa407c4b411d64bc75f691618b (patch)
tree5ce8d37337c9ce6ab46b4609bd4e9812bf4d1d2d /ext/interbase/tests/002.phpt
parent2219a6260686a7d2de63ab9bf9a9f34694a35b6d (diff)
downloadphp-git-a64269f0dabfd6aa407c4b411d64bc75f691618b.tar.gz
Make these tests actually work.
Diffstat (limited to 'ext/interbase/tests/002.phpt')
-rw-r--r--ext/interbase/tests/002.phpt7
1 files changed, 3 insertions, 4 deletions
diff --git a/ext/interbase/tests/002.phpt b/ext/interbase/tests/002.phpt
index d240e82e81..94f2fbdb97 100644
--- a/ext/interbase/tests/002.phpt
+++ b/ext/interbase/tests/002.phpt
@@ -1,14 +1,13 @@
--TEST--
InterBase: connect, close and pconnect
--SKIPIF--
-<?php if (!extension_loaded("interbase")) print "skip"; ?>
+<?php include("skipif.inc"); ?>
--POST--
--GET--
--FILE--
-<?
-/* $Id$ */
+<?php /* $Id$ */
- require(dirname(__FILE__)."/interbase.inc");
+ require("interbase.inc");
$test_base = dirname(__FILE__)."/ibase_test.tmp";