diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-12-30 11:36:08 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-09 21:40:06 +0200 |
commit | ebac54aa9e705e99a562d2fe2c0f57bc6af8dd32 (patch) | |
tree | a6f45f42c8861ba60216517687bfe72084ba7dcb /tests/functions/phpbb_get_banned_user_ids.php | |
parent | [ticket/14948] Require PHP 7.1 and update dependencies (diff) | |
download | phpbb-ebac54aa9e705e99a562d2fe2c0f57bc6af8dd32.tar.gz phpbb-ebac54aa9e705e99a562d2fe2c0f57bc6af8dd32.tar.bz2 phpbb-ebac54aa9e705e99a562d2fe2c0f57bc6af8dd32.zip |
[ticket/14948] Adjust calls for twig and phpunit updates
PHPBB3-14948
Diffstat (limited to 'tests/functions/phpbb_get_banned_user_ids.php')
-rw-r--r-- | tests/functions/phpbb_get_banned_user_ids.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functions/phpbb_get_banned_user_ids.php b/tests/functions/phpbb_get_banned_user_ids.php index 6f7607132e..e1cb7a4636 100644 --- a/tests/functions/phpbb_get_banned_user_ids.php +++ b/tests/functions/phpbb_get_banned_user_ids.php @@ -43,13 +43,13 @@ class phpbb_get_banned_user_ids_test extends phpbb_database_test_case ); } - public function setUp() + public function setUp(): void { global $db; $db = $this->new_dbal(); - return parent::setUp(); + parent::setUp(); } /** |