Skip to content

Commit a3c7a0b

Browse files
committed
Skip tests/004.phpt
The test does not seem to work, disabling temporarily and filing an issue. Error: ``` Warning: main(): invalid statement handle in .../tests/004.php on line 112 ```
1 parent 5a12a73 commit a3c7a0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/004.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
InterBase: BLOB test
33
--SKIPIF--
4-
<?php include("skipif.inc"); ?>
4+
<?php die("skip: Broken test (Disabled until issue 40 is fixed)"); include("skipif.inc"); ?>
55
--FILE--
66
<?php
77

0 commit comments

Comments
 (0)