mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[feature/auth-refactor] Add parent::setUp() in setUp()
PHPBB3-9734
This commit is contained in:
parent
79f0866b78
commit
b9f33e5a87
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ class phpbb_acp_board_select_auth_method_test extends phpbb_test_case
|
||||||
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
|
parent::setUp();
|
||||||
|
|
||||||
global $phpbb_container;
|
global $phpbb_container;
|
||||||
$phpbb_container = new phpbb_mock_container_builder();
|
$phpbb_container = new phpbb_mock_container_builder();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue