1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 02:51:35 +02:00

[ticket/16549] Rename class phpbb_lint_test rather than the test file

PHPBB3-16549
This commit is contained in:
rxu
2020-09-10 20:19:21 +07:00
parent cc753db132
commit fff200b1d8
4 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/functions_user.php';
class phpbb_functions_user_whois_test extends phpbb_test_case
{
public function setUp()
public function setUp(): void
{
global $config, $phpbb_dispatcher, $user, $request, $symfony_request, $phpbb_root_path, $phpEx;