mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 17:11:53 +02:00
[ticket/9297] Rename test class to reflect its contents.
setUpBeforeClass logic makes this test specific to PASV/EPSV tests. PHPBB3-9297
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user