mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/16549] PHPUnit function declarations tiny cleanup
PHPBB3-16549
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
class phpbb_functions_content_get_username_string_test extends phpbb_test_case
|
||||
{
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
|
@@ -18,7 +18,7 @@ class phpbb_functions_content_phpbb_format_quote_test extends phpbb_test_case
|
||||
/** @var \phpbb\language\language */
|
||||
protected $lang;
|
||||
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
global $cache, $user, $phpbb_root_path, $phpEx;
|
||||
|
||||
|
Reference in New Issue
Block a user