aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-11-01 13:38:09 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-11-16 16:02:43 +0100
commit0d668fee3686d1df8a0415572cebb01025419cd6 (patch)
treea07945aab6f517f847e2dbe01eda7c91a9936f9c /tests
parent[ticket/12574] Adjust login tests for ldap (diff)
downloadphpbb-0d668fee3686d1df8a0415572cebb01025419cd6.tar.gz
phpbb-0d668fee3686d1df8a0415572cebb01025419cd6.tar.bz2
phpbb-0d668fee3686d1df8a0415572cebb01025419cd6.zip
[ticket/12574] Fix incorrect setup() method declaration & ldap extension
PHPBB3-12574
Diffstat (limited to 'tests')
-rw-r--r--tests/auth/provider_ldap_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth/provider_ldap_test.php b/tests/auth/provider_ldap_test.php
index 7d95f476bc..63cd63eee2 100644
--- a/tests/auth/provider_ldap_test.php
+++ b/tests/auth/provider_ldap_test.php
@@ -21,7 +21,7 @@ class phpbb_auth_provider_ldap_test extends phpbb_database_test_case
protected $user;
- protected function setup()
+ protected function setup() : void
{
parent::setUp();