mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14754] Adjust setUp in test for 3.3
PHPBB3-14754
This commit is contained in:
parent
5aa4aae0f5
commit
858d9271e3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class notification_method_email_test extends phpbb_tests_notification_base
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function setUp()
|
protected function setUp() : void
|
||||||
{
|
{
|
||||||
phpbb_database_test_case::setUp();
|
phpbb_database_test_case::setUp();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue