From: Björn Schießle Date: Thu, 13 Jun 2013 08:35:30 +0000 (+0200) Subject: add comment to explain the helper function X-Git-Tag: v6.0.0alpha2~644^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6394fedb3309dc163ed37081809f80f90157e096;p=nextcloud-server.git add comment to explain the helper function --- diff --git a/apps/files_encryption/tests/util.php b/apps/files_encryption/tests/util.php index 93b3d111e44..fb10284c58f 100755 --- a/apps/files_encryption/tests/util.php +++ b/apps/files_encryption/tests/util.php @@ -314,6 +314,14 @@ class Test_Encryption_Util extends \PHPUnit_Framework_TestCase { OCA\Encryption\Hooks::login($params); } + /** + * helper function to set migration status to the right value + * to be able to test the migration path + * + * @param $status needed migration status for test + * @param $user for which user the status should be set + * @return boolean + */ private function setMigrationStatus($status, $user) { $sql = 'UPDATE `*PREFIX*encryption` SET `migration_status` = ? WHERE `uid` = ?'; $args = array(