mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/auth-refactor] Add parent::setUp() in setUp()
PHPBB3-9734
This commit is contained in:
@@ -25,6 +25,8 @@ class phpbb_acp_board_select_auth_method_test extends phpbb_test_case
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
global $phpbb_container;
|
||||
$phpbb_container = new phpbb_mock_container_builder();
|
||||
|
||||
|
Reference in New Issue
Block a user