1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/14754] Adjust setUp in test for 3.3

PHPBB3-14754
This commit is contained in:
Marc Alexander
2020-03-15 12:40:35 +01:00
parent 5aa4aae0f5
commit 858d9271e3

View File

@@ -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();