Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/tests/ConfigurationTest.php')
-rw-r--r--apps/user_ldap/tests/ConfigurationTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/ConfigurationTest.php b/apps/user_ldap/tests/ConfigurationTest.php
index 5820fff25ed..4298c8f294b 100644
--- a/apps/user_ldap/tests/ConfigurationTest.php
+++ b/apps/user_ldap/tests/ConfigurationTest.php
@@ -29,7 +29,7 @@ class ConfigurationTest extends \Test\TestCase {
/** @var Configuration */
protected $configuration;
- public function setUp(): void {
+ protected function setUp(): void {
parent::setUp();
$this->configuration = new Configuration('t01', false);
}