[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
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

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