mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/16345] Small improvements
PHPBB3-16346
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
class phpbb_text_processing_decode_message_test extends phpbb_test_case
|
||||
{
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
class phpbb_text_processing_generate_text_for_display_test extends phpbb_test_case
|
||||
{
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
global $cache, $user, $phpbb_dispatcher;
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
class phpbb_text_processing_generate_text_for_storage_test extends phpbb_test_case
|
||||
{
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
global $config, $phpbb_container, $phpbb_dispatcher;
|
||||
|
||||
|
Reference in New Issue
Block a user