aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-12-30 11:36:08 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-01-02 20:19:56 +0100
commitc6cc6ba8d8f946eb60bb47c6ca26c49bb211e1bf (patch)
treed1cc56f7b2bf096dbd8f971b0bbbfe4b95fe445d /tests/lock
parent[ticket/14948] Require PHP 7.1 and update dependencies (diff)
downloadphpbb-c6cc6ba8d8f946eb60bb47c6ca26c49bb211e1bf.tar.gz
phpbb-c6cc6ba8d8f946eb60bb47c6ca26c49bb211e1bf.tar.bz2
phpbb-c6cc6ba8d8f946eb60bb47c6ca26c49bb211e1bf.zip
[ticket/14948] Adjust calls for twig and phpunit updates
PHPBB3-14948
Diffstat (limited to 'tests/lock')
-rw-r--r--tests/lock/db_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lock/db_test.php b/tests/lock/db_test.php
index 5fbfa26554..e96920ed1f 100644
--- a/tests/lock/db_test.php
+++ b/tests/lock/db_test.php
@@ -22,7 +22,7 @@ class phpbb_lock_db_test extends phpbb_database_test_case
return $this->createXMLDataSet(dirname(__FILE__).'/fixtures/config.xml');
}
- public function setUp()
+ public function setUp(): void
{
global $db, $config;