projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
3c4aada
)
fix SKIPIF
author
Michael Wallner
<mike@php.net>
Fri, 3 Jan 2014 12:28:46 +0000
(13:28 +0100)
committer
Michael Wallner
<mike@php.net>
Fri, 3 Jan 2014 12:39:18 +0000
(13:39 +0100)
tests/bug66388.phpt
patch
|
blob
|
history
tests/envresponseranges001.phpt
patch
|
blob
|
history
tests/message003.phpt
patch
|
blob
|
history
tests/message004.phpt
patch
|
blob
|
history
tests/propertyproxy001.phpt
patch
|
blob
|
history
tests/url001.phpt
patch
|
blob
|
history
diff --git
a/tests/bug66388.phpt
b/tests/bug66388.phpt
index ac0bff336d4e9b39f6ed3a5cd4fe9a9f1142e19f..bc624dc97bb1d224c51caa8e22c94178b5db811b 100644
(file)
--- a/
tests/bug66388.phpt
+++ b/
tests/bug66388.phpt
@@
-1,7
+1,7
@@
--TEST--
Bug #66388 (Crash on POST with Content-Length:0 and untouched body)
--SKIPIF--
-<?php
php
+<?php
include "skipif.inc";
?>
--FILE--
diff --git
a/tests/envresponseranges001.phpt
b/tests/envresponseranges001.phpt
index 8511fff1ea12a6e28d5e7b96c4764217da9113c9..08c0f27dabf01059124dd0121acdb494ec93d654 100644
(file)
--- a/
tests/envresponseranges001.phpt
+++ b/
tests/envresponseranges001.phpt
@@
-1,7
+1,9
@@
--TEST--
ranges
--SKIPIF--
-<? include "skipif.php";
+<?php
+include "skipif.inc";
+?>
--GET--
a=b
--ENV--
diff --git
a/tests/message003.phpt
b/tests/message003.phpt
index 26c6bc16790d2d6a0ff25faee56301284a8e7745..93f128a4362325d5ea479763c606c7712c996904 100644
(file)
--- a/
tests/message003.phpt
+++ b/
tests/message003.phpt
@@
-1,7
+1,9
@@
--TEST--
multipart message
--SKIPIF--
-<?php include "skipif.inc"; ?>
+<?php
+include "skipif.inc";
+?>
--FILE--
<?php
$m = new http\Message(fopen(__DIR__."/data/message_r_multipart_put.txt","rb"));
diff --git
a/tests/message004.phpt
b/tests/message004.phpt
index 914a8dab0a29c28161c1899bfc4366f9359a6380..e1c9aa976be766b78e49b4d957ac8efc63f7df61 100644
(file)
--- a/
tests/message004.phpt
+++ b/
tests/message004.phpt
@@
-2,7
+2,8
@@
message reversal
--SKIPIF--
<?php
-include "skip.inc";
+include "skipif.inc";
+?>
--FILE--
<?php
diff --git
a/tests/propertyproxy001.phpt
b/tests/propertyproxy001.phpt
index da17577a3f100126277e44ab80b9974890b496b2..552a71318732377d67714b1e62c1f8f9cb327ffd 100644
(file)
--- a/
tests/propertyproxy001.phpt
+++ b/
tests/propertyproxy001.phpt
@@
-1,5
+1,9
@@
--TEST--
property proxy
+--SKIPIF--
+<?php
+include "skipif.inc";
+?>
--FILE--
<?php
diff --git
a/tests/url001.phpt
b/tests/url001.phpt
index cd792f29688d894a7680498ad88da5534a83941a..5109d3ab60401b3fc1d67bd05cd91d6c079c4809 100644
(file)
--- a/
tests/url001.phpt
+++ b/
tests/url001.phpt
@@
-1,7
+1,9
@@
--TEST--
url from env
--SKIPIF--
-<? include "skippif.inc"; ?>
+<?php
+include "skipif.inc";
+?>
--ENV--
SERVER_PORT=55555
HTTP_HOST=example.com