add missing test
[m6w6/ext-http] / tests / propertyproxy001.phpt
index da17577a3f100126277e44ab80b9974890b496b2..8c5f23b53408141595bf05e30e3d026260d89334 100644 (file)
@@ -1,5 +1,11 @@
 --TEST--
 property proxy
+--SKIPIF--
+<?php
+include "skipif.inc";
+?>
+--XFAIL--
+TBD
 --FILE--
 <?php
 
@@ -86,7 +92,9 @@ bykey: 1
 by1ref: 2
 by2ref: 1
 byXref: 2
-bynext: 1, 2, 3
+bynext: 1
+bynext: 2
+bynext: 3
 
 DONE