Skip to content

Commit

Permalink
MFH (skip if cli)
Browse files Browse the repository at this point in the history
#no NEWS for changing tests
  • Loading branch information
helly25 committed Aug 24, 2002
1 parent d518d02 commit eb53114
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/basic/002.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--TEST--
Simple POST Method test
--SKIPIF--
<?php if (php_sapi_name()=='cli') print 'skip';?>
--POST--
a=Hello+World
--GET--
Expand Down
2 changes: 2 additions & 0 deletions tests/basic/003.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--TEST--
GET and POST Method combined
--SKIPIF--
<?php if (php_sapi_name()=='cli') print 'skip';?>
--POST--
a=Hello+World
--GET--
Expand Down
2 changes: 2 additions & 0 deletions tests/basic/004.phpt
Original file line number Diff line number Diff line change
@@ -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--
Expand Down
2 changes: 2 additions & 0 deletions tests/basic/005.phpt
Original file line number Diff line number Diff line change
@@ -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--
Expand Down

0 comments on commit eb53114

Please sign in to comment.