aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/tests')
-rw-r--r--apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php2
-rw-r--r--apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php b/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php
index 918dad6d5d0..0dc80e87238 100644
--- a/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php
+++ b/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php
@@ -87,7 +87,7 @@ class ExceptionOnLostConnection {
}
/**
- * prepares everything for the test run. Includes loading ownCloud and
+ * prepares everything for the test run. Includes loading Nextcloud and
* the LDAP backend, as well as getting information about toxiproxy.
* Also creates an instance of the LDAP class, the testee
*
diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php
index 2200ac327a1..9db4cafea41 100644
--- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php
+++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php
@@ -79,7 +79,7 @@ class IntegrationTestUserHome extends AbstractIntegrationTest {
/**
* homeDirectory on LDAP is empty. Return values of getHome should be
- * identical to user name, following ownCloud default.
+ * identical to user name, following Nextcloud default.
*
* @return bool
*/
@@ -135,7 +135,7 @@ class IntegrationTestUserHome extends AbstractIntegrationTest {
/**
* homeDirectory on LDAP is set to "attr:" which is effectively empty.
- * Return values of getHome should be ownCloud default.
+ * Return values of getHome should be Nextcloud default.
*
* @return bool
*/