summaryrefslogtreecommitdiff
path: root/ext/ftp/tests
diff options
context:
space:
mode:
authorMark A. Hershberger <mah@debian.(none)>2009-03-25 00:37:48 -0400
committerMark A. Hershberger <mah@debian.(none)>2009-03-25 00:37:48 -0400
commiteddbbea4325e602ddc87c545531609132d4f0e3b (patch)
treef0994206a7e0a6251be7cc6729ba480f0c8729c2 /ext/ftp/tests
parent2d4e5b09576bb4f0ba716cc82cdf29ea04d9184b (diff)
downloadphp-eddbbea4325e602ddc87c545531609132d4f0e3b.tar.gz
Imported Upstream version 5.2.3upstream/5.2.3
Diffstat (limited to 'ext/ftp/tests')
-rw-r--r--ext/ftp/tests/bug27809.phpt2
-rw-r--r--ext/ftp/tests/bug37799.phpt2
-rw-r--r--ext/ftp/tests/bug39458-2.phpt2
-rw-r--r--ext/ftp/tests/bug39458.phpt2
-rw-r--r--ext/ftp/tests/bug39583-2.phpt2
-rw-r--r--ext/ftp/tests/bug39583.phpt2
-rw-r--r--ext/ftp/tests/bug7216-2.phpt2
-rw-r--r--ext/ftp/tests/bug7216.phpt2
8 files changed, 8 insertions, 8 deletions
diff --git a/ext/ftp/tests/bug27809.phpt b/ext/ftp/tests/bug27809.phpt
index bcbe03f13..ff9765c10 100644
--- a/ext/ftp/tests/bug27809.phpt
+++ b/ext/ftp/tests/bug27809.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #27809: ftp_systype returns null
+Bug #27809 (ftp_systype returns null)
--SKIPIF--
<?php
require 'skipif.inc';
diff --git a/ext/ftp/tests/bug37799.phpt b/ext/ftp/tests/bug37799.phpt
index a47d58678..bc9ce002a 100644
--- a/ext/ftp/tests/bug37799.phpt
+++ b/ext/ftp/tests/bug37799.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #37799: ftp_ssl_connect() falls back to non-ssl connection
+Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)
--SKIPIF--
<?php
$ssl = 1;
diff --git a/ext/ftp/tests/bug39458-2.phpt b/ext/ftp/tests/bug39458-2.phpt
index 4cd2a4523..9e4be5d5f 100644
--- a/ext/ftp/tests/bug39458-2.phpt
+++ b/ext/ftp/tests/bug39458-2.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #39458: ftp_nlist() returns false on empty directories (other server behaviour)
+Bug #39458 (ftp_nlist() returns false on empty directories (other server behaviour))
--SKIPIF--
<?php
require 'skipif.inc';
diff --git a/ext/ftp/tests/bug39458.phpt b/ext/ftp/tests/bug39458.phpt
index 5ea345776..828664990 100644
--- a/ext/ftp/tests/bug39458.phpt
+++ b/ext/ftp/tests/bug39458.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #39458: ftp_nlist() returns false on empty directories
+Bug #39458 (ftp_nlist() returns false on empty directories)
--SKIPIF--
<?php
require 'skipif.inc';
diff --git a/ext/ftp/tests/bug39583-2.phpt b/ext/ftp/tests/bug39583-2.phpt
index 44921b320..0a8423d39 100644
--- a/ext/ftp/tests/bug39583-2.phpt
+++ b/ext/ftp/tests/bug39583-2.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #39583: FTP always transfers in binary mode
+Bug #39583 (FTP always transfers in binary mode)
--SKIPIF--
<?php
require 'skipif.inc';
diff --git a/ext/ftp/tests/bug39583.phpt b/ext/ftp/tests/bug39583.phpt
index 3c73758dc..b3af56ec0 100644
--- a/ext/ftp/tests/bug39583.phpt
+++ b/ext/ftp/tests/bug39583.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #39583: FTP always transfers in binary mode
+Bug #39583 (FTP always transfers in binary mode)
--SKIPIF--
<?php
require 'skipif.inc';
diff --git a/ext/ftp/tests/bug7216-2.phpt b/ext/ftp/tests/bug7216-2.phpt
index 62b6ec84b..23ab85119 100644
--- a/ext/ftp/tests/bug7216-2.phpt
+++ b/ext/ftp/tests/bug7216-2.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #7216: ftp_mkdir returns nothing (2)
+Bug #7216 (ftp_mkdir returns nothing (2))
--SKIPIF--
<?php
require 'skipif.inc';
diff --git a/ext/ftp/tests/bug7216.phpt b/ext/ftp/tests/bug7216.phpt
index 870e02ea6..000bb1ded 100644
--- a/ext/ftp/tests/bug7216.phpt
+++ b/ext/ftp/tests/bug7216.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #7216: ftp_mkdir returns nothing
+Bug #7216 (ftp_mkdir returns nothing)
--SKIPIF--
<?php
require 'skipif.inc';