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:
Arthur Schiwon 2020-09-04 10:27:25 +02:00 committed by backportbot[bot]
parent 5056261850
commit ea5b51325a
2 changed files with 0 additions and 2 deletions

View file

@ -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])) {

View file

@ -1005,7 +1005,6 @@ class UserTest extends \Test\TestCase {
public function testProcessAttributes() {
$requiredMethods = [
'markRefreshTime',
'updateQuota',
'updateEmail',
'composeAndStoreDisplayName',