mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/9297] Add network to class name of unit tests.
PHPBB3-9297
This commit is contained in:
parent
702985c927
commit
02a8cebd65
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/functions_transfer.php';
|
|||
/**
|
||||
* @group slow
|
||||
*/
|
||||
class phpbb_ftp_fsock_pasv_epsv_test extends phpbb_test_case
|
||||
class phpbb_network_ftp_fsock_pasv_epsv_test extends phpbb_test_case
|
||||
{
|
||||
static protected $ipv4;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue