Browse Source

Skip on Windows

PEAR_1_4DEV
Ard Biesheuvel 23 years ago
parent
commit
4493bbb809
  1. 5
      ext/interbase/tests/008.phpt

5
ext/interbase/tests/008.phpt

@ -1,7 +1,10 @@
--TEST--
InterBase: event handling
--SKIPIF--
<?php include("skipif.inc"); ?>
<?php
if (PHP_OS == "WINNT") echo "skip";
include("skipif.inc");
?>
--POST--
--GET--
--FILE--

Loading…
Cancel
Save