Skip to content

Commit d09ab2a

Browse files
author
Zoe Slattery
committed
Removing unnecessary SKIPIF sections
1 parent 546a927 commit d09ab2a

39 files changed

Lines changed: 1 addition & 79 deletions

Zend/tests/unset_cv07.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
unset() CV 7 (indirect unset() of global variable in import_request_variables())
3-
--SKIPIF--
4-
<?php if (php_sapi_name()=='cli') echo 'skip'; ?>
53
--GET--
64
x=2
75
--FILE--

ext/standard/tests/file/is_uploaded_file_basic.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
is_uploaded_file() function
33
--CREDITS--
44
Dave Kelsey <d_kelsey@uk.ibm.com>
5-
--SKIPIF--
6-
<?php if (php_sapi_name()=='cli') die('skip'); ?>
75
--POST_RAW--
86
Content-type: multipart/form-data, boundary=AaB03x
97

ext/standard/tests/file/move_uploaded_file_basic.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
move_uploaded_file() function
33
--CREDITS--
44
Dave Kelsey <d_kelsey@uk.ibm.com>
5-
--SKIPIF--
6-
<?php if (php_sapi_name()=='cli') die('skip'); ?>
75
--POST_RAW--
86
Content-type: multipart/form-data, boundary=AaB03x
97

ext/standard/tests/general_functions/phpcredits2.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
phpcredits() CGI
3-
--SKIPIF--
4-
<?php if (php_sapi_name()=='cli') echo 'skip'; ?>
53
--POST--
64
dummy=x
75
--FILE--

ext/standard/tests/general_functions/phpinfo2.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
phpinfo() CGI
3-
--SKIPIF--
4-
<?php if (php_sapi_name()=='cli') echo 'skip'; ?>
53
--POST--
64
dummy=x
75
--FILE--

tests/basic/002.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Simple POST Method test
3-
--SKIPIF--
4-
<?php if (php_sapi_name()=='cli') echo 'skip'; ?>
53
--POST--
64
a=Hello+World
75
--FILE--

tests/basic/003.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
GET and POST Method combined
3-
--SKIPIF--
4-
<?php if (php_sapi_name()=='cli') echo 'skip'; ?>
53
--POST--
64
a=Hello+World
75
--GET--

tests/basic/004.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Two variables in POST data
3-
--SKIPIF--
4-
<?php if (php_sapi_name()=='cli') echo 'skip'; ?>
53
--POST--
64
a=Hello+World&b=Hello+Again+World
75
--FILE--

tests/basic/005.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Three variables in POST data
3-
--SKIPIF--
4-
<?php if (php_sapi_name()=='cli') echo 'skip'; ?>
53
--POST--
64
a=Hello+World&b=Hello+Again+World&c=1
75
--FILE--

tests/basic/011.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Testing $argc and $argv handling (GET)
3-
--SKIPIF--
4-
<?php if (php_sapi_name()=='cli') echo 'skip'; ?>
53
--INI--
64
register_argc_argv=1
75
--GET--

0 commit comments

Comments
 (0)