From b8bb4d77ca93b926ced5bd76461465970e68dfeb Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Tue, 13 Feb 2018 14:04:31 -0200 Subject: [PATCH] Remove empty sections in tests --- Zend/tests/declare_005.phpt | 1 - ext/curl/tests/curl_file_upload.phpt | 1 - ext/curl/tests/curl_ftp_pasv.phpt | 7 +++---- ext/curl/tests/curl_multi_segfault.phpt | 11 +++++------ ext/date/tests/bug55397.phpt | 1 - ext/pgsql/tests/09notice.phpt | 1 - ext/session/tests/bug61470.phpt | 3 +-- ext/session/tests/bug66827.phpt | 2 +- .../tests/general_functions/intval_binary_prefix.phpt | 1 - ext/standard/tests/network/setcookie.phpt | 1 - ext/zip/tests/001.phpt | 4 +--- tests/basic/encoding.phpt | 3 +-- 12 files changed, 12 insertions(+), 24 deletions(-) diff --git a/Zend/tests/declare_005.phpt b/Zend/tests/declare_005.phpt index 8f5adcfbd2..d1c716cebc 100644 --- a/Zend/tests/declare_005.phpt +++ b/Zend/tests/declare_005.phpt @@ -1,6 +1,5 @@ --TEST-- Testing declare statement with ticks ---SKIPIF-- --FILE-- --FILE-- diff --git a/ext/curl/tests/curl_ftp_pasv.phpt b/ext/curl/tests/curl_ftp_pasv.phpt index 6cd7429104..31d670ae0d 100644 --- a/ext/curl/tests/curl_ftp_pasv.phpt +++ b/ext/curl/tests/curl_ftp_pasv.phpt @@ -1,8 +1,7 @@ --TEST-- -Test curl_exec() function with basic functionality ---CREDITS-- +Test curl_exec() function with basic functionality --SKIPIF-- - ---INI-- --FILE-- ---INI-- --FILE-- --EXPECT-- bool(true) bool(true) - diff --git a/ext/session/tests/bug66827.phpt b/ext/session/tests/bug66827.phpt index 4e1a4f7aea..09bfa203ef 100644 --- a/ext/session/tests/bug66827.phpt +++ b/ext/session/tests/bug66827.phpt @@ -1,6 +1,5 @@ --TEST-- Bug #66827: Session raises E_NOTICE when session name variable is array. ---INI-- --SKIPIF-- --FILE-- @@ -8,5 +7,6 @@ Bug #66827: Session raises E_NOTICE when session name variable is array. $_COOKIE[session_name()] = array(); session_start(); echo 'OK'; +?> --EXPECTF-- OK diff --git a/ext/standard/tests/general_functions/intval_binary_prefix.phpt b/ext/standard/tests/general_functions/intval_binary_prefix.phpt index af49515396..e5b8214881 100644 --- a/ext/standard/tests/general_functions/intval_binary_prefix.phpt +++ b/ext/standard/tests/general_functions/intval_binary_prefix.phpt @@ -1,6 +1,5 @@ --TEST-- Test intval() function with "0b" string prefix ---SKIPIF-- --FILE-- ---POST-- ---GET-- --FILE-- - --EXPECT-- diff --git a/tests/basic/encoding.phpt b/tests/basic/encoding.phpt index c513cbfa79..dbf61db9bc 100644 --- a/tests/basic/encoding.phpt +++ b/tests/basic/encoding.phpt @@ -1,6 +1,5 @@ --TEST-- PHP encoding setting test ---INI-- --FILE-- --EXPECT-- string(5) "UTF-8" string(0) "" -- 2.50.1