mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
these code bits were part of old logic that was already refactored out
- only references were in unit tests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
5056261850
commit
ea5b51325a
2 changed files with 0 additions and 2 deletions
|
|
@ -195,7 +195,6 @@ class User {
|
|||
* @param array $ldapEntry the user entry as retrieved from LDAP
|
||||
*/
|
||||
public function processAttributes($ldapEntry) {
|
||||
$this->markRefreshTime();
|
||||
//Quota
|
||||
$attr = strtolower($this->connection->ldapQuotaAttribute);
|
||||
if(isset($ldapEntry[$attr])) {
|
||||
|
|
|
|||
|
|
@ -1005,7 +1005,6 @@ class UserTest extends \Test\TestCase {
|
|||
|
||||
public function testProcessAttributes() {
|
||||
$requiredMethods = [
|
||||
'markRefreshTime',
|
||||
'updateQuota',
|
||||
'updateEmail',
|
||||
'composeAndStoreDisplayName',
|
||||
|
|
|
|||
Loading…
Reference in a new issue