diff options
author | Zoe Slattery <zoe@php.net> | 2009-07-18 13:44:15 +0000 |
---|---|---|
committer | Zoe Slattery <zoe@php.net> | 2009-07-18 13:44:15 +0000 |
commit | 199a181a2c3a71b2108f63ed3764fb9aed087377 (patch) | |
tree | 9f1369b0e7ef66fe230e2a1151f8d09cb9731d86 /tests/basic/026.phpt | |
parent | 6ae52f1e92522134495ac7ca26f9baea2bc2a6db (diff) | |
download | php-git-199a181a2c3a71b2108f63ed3764fb9aed087377.tar.gz |
Removing unnecessary SKIPIF sections
Diffstat (limited to 'tests/basic/026.phpt')
-rw-r--r-- | tests/basic/026.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/basic/026.phpt b/tests/basic/026.phpt index 6f90f6a33d..65ddda16d6 100644 --- a/tests/basic/026.phpt +++ b/tests/basic/026.phpt @@ -3,8 +3,6 @@ Registration of HTTP_RAW_POST_DATA due to unknown content-type --INI-- magic_quotes_gpc=0 always_populate_raw_post_data=0 ---SKIPIF-- -<?php if (php_sapi_name()=='cli') echo 'skip'; ?> --POST_RAW-- Content-Type: unknown/type a=1&b=ZYX |