1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

MFH (skip if cli)

#no NEWS for changing tests
This commit is contained in:
Marcus Boerger
2002-08-24 13:06:57 +00:00
parent d518d02384
commit eb53114d5e
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
--TEST--
Simple POST Method test
--SKIPIF--
<?php if (php_sapi_name()=='cli') print 'skip';?>
--POST--
a=Hello+World
--GET--
+2
View File
@@ -1,5 +1,7 @@
--TEST--
GET and POST Method combined
--SKIPIF--
<?php if (php_sapi_name()=='cli') print 'skip';?>
--POST--
a=Hello+World
--GET--
+2
View File
@@ -1,5 +1,7 @@
--TEST--
Two variables in POST data
--SKIPIF--
<?php if (php_sapi_name()=='cli') print 'skip';?>
--POST--
a=Hello+World&b=Hello+Again+World
--GET--
+2
View File
@@ -1,5 +1,7 @@
--TEST--
Three variables in POST data
--SKIPIF--
<?php if (php_sapi_name()=='cli') print 'skip';?>
--POST--
a=Hello+World&b=Hello+Again+World&c=1
--GET--