[ticket/690] Adjust setUp() declaration and classes
B3P-690
This commit is contained in:
@@ -19,7 +19,7 @@ class helper_test extends \board3\portal\tests\testframework\test_case
|
||||
|
||||
static public $redirect = false;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
global $cache, $phpbb_extension_manager, $phpbb_root_path;
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ class main_test extends \board3\portal\tests\testframework\database_test_case
|
||||
return $this->createXMLDataSet(dirname(__FILE__) . '/../acp/fixtures/modules.xml');
|
||||
}
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
global $phpbb_root_path, $phpEx, $table_prefix, $cache;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user