diff options
| author | Zoe Slattery <zoe@php.net> | 2009-07-18 13:46:08 +0000 |
|---|---|---|
| committer | Zoe Slattery <zoe@php.net> | 2009-07-18 13:46:08 +0000 |
| commit | d09ab2ab42cafeb8f45e251254cc36eab7ef824a (patch) | |
| tree | 456f63d824ffc789ec2bdc4021abf5aeff723993 /tests/basic/026.phpt | |
| parent | 546a927dc883020fea79e7d402e9807a709d493d (diff) | |
| download | php-git-d09ab2ab42cafeb8f45e251254cc36eab7ef824a.tar.gz | |
Removing unnecessary SKIPIF sections
Diffstat (limited to 'tests/basic/026.phpt')
| -rw-r--r-- | tests/basic/026.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/basic/026.phpt b/tests/basic/026.phpt index 78a18a4758..957aa1972c 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 @@ -15,4 +13,4 @@ var_dump($_POST, $HTTP_RAW_POST_DATA); --EXPECT-- array(0) { } -string(9) "a=1&b=ZYX"
\ No newline at end of file +string(9) "a=1&b=ZYX" |
