diff --git a/tests/acceptance/features/bootstrap/Provisioning.php b/tests/acceptance/features/bootstrap/Provisioning.php index 39cbb9e294f2..e6e2de5b187d 100644 --- a/tests/acceptance/features/bootstrap/Provisioning.php +++ b/tests/acceptance/features/bootstrap/Provisioning.php @@ -924,7 +924,6 @@ public function setLdapSetting(string $configId, string $configKey, string $conf * @throws Exception */ public function deleteLdapUsersAndGroups():void { - // pdd $isOcisOrReva = OcisHelper::isTestingOnOcisOrReva(); foreach ($this->ldapCreatedUsers as $user) { if ($isOcisOrReva) { diff --git a/tests/acceptance/features/bootstrap/WebDav.php b/tests/acceptance/features/bootstrap/WebDav.php index d17e037678f1..ab1cf79e091c 100644 --- a/tests/acceptance/features/bootstrap/WebDav.php +++ b/tests/acceptance/features/bootstrap/WebDav.php @@ -1566,7 +1566,6 @@ public function downloadFileAsUserUsingPassword( * @throws Exception */ public function publicGetsSizeOfLastSharedPublicLinkUsingTheWebdavApi():void { - // pdd - this looks crap $tokenArray = $this->getLastPublicShareData()->data->token; $token = (string)$tokenArray[0]; $url = $this->getBaseUrl() . "/remote.php/dav/public-files/{$token}";