mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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:
parent
2a0c9e4026
commit
a7e709d920
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/functions_transfer.php';
|
||||||
/**
|
/**
|
||||||
* @group slow
|
* @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;
|
static protected $ipv4;
|
||||||
|
|
Loading…
Add table
Reference in a new issue