From a7e709d92092de1eb9b0e35f45f1679ee10ce39b Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Sun, 14 Aug 2011 14:47:16 -0400 Subject: [PATCH] [ticket/9297] Rename test class to reflect its contents. setUpBeforeClass logic makes this test specific to PASV/EPSV tests. PHPBB3-9297 --- .../{ftp_fsock_test.php => ftp_fsock_pasv_epsv_test.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/network/{ftp_fsock_test.php => ftp_fsock_pasv_epsv_test.php} (95%) diff --git a/tests/network/ftp_fsock_test.php b/tests/network/ftp_fsock_pasv_epsv_test.php similarity index 95% rename from tests/network/ftp_fsock_test.php rename to tests/network/ftp_fsock_pasv_epsv_test.php index cfffe8fd67..af45fc2d61 100644 --- a/tests/network/ftp_fsock_test.php +++ b/tests/network/ftp_fsock_pasv_epsv_test.php @@ -13,7 +13,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/functions_transfer.php'; /** * @group slow */ -class phpbb_ftp_fsock_test extends phpbb_test_case +class phpbb_ftp_fsock_pasv_epsv_test extends phpbb_test_case { static protected $ipv4;