mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
[ticket/16549] PHPUnit function declarations tiny cleanup
PHPBB3-16549
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
class get_callable_from_step_test extends phpbb_database_test_case
|
||||
{
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
global $phpbb_root_path, $php_ext, $table_prefix, $phpbb_log, $user;
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
class get_schema_steps_test extends phpbb_test_case
|
||||
{
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
|
@@ -16,7 +16,7 @@ class reverse_update_data_test extends phpbb_test_case
|
||||
/** @var \phpbb\db\migration\helper */
|
||||
protected $helper;
|
||||
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
|
@@ -24,7 +24,7 @@ class schema_generator_test extends phpbb_test_case
|
||||
/** @var \phpbb\db\migration\schema_generator */
|
||||
protected $generator;
|
||||
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
global $phpbb_root_path, $phpEx;
|
||||
|
||||
|
Reference in New Issue
Block a user