diff options
author | Marcel Klehr <mklehr@gmx.net> | 2024-05-10 07:34:15 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2024-05-14 11:38:42 +0200 |
commit | 715245a21ab6a2547d5c8cafb80aa9c1deaa9984 (patch) | |
tree | 2215228b9e2de415228d6c1c1861120a28bb8b70 /tests | |
parent | 9cc1a01ea0847b65ab8d2c90a1dd9582d6048058 (diff) | |
download | nextcloud-server-715245a21ab6a2547d5c8cafb80aa9c1deaa9984.tar.gz nextcloud-server-715245a21ab6a2547d5c8cafb80aa9c1deaa9984.zip |
fix: run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/TaskProcessing/TaskProcessingTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/TaskProcessing/TaskProcessingTest.php b/tests/lib/TaskProcessing/TaskProcessingTest.php index bc4da99cbd9..08be8771130 100644 --- a/tests/lib/TaskProcessing/TaskProcessingTest.php +++ b/tests/lib/TaskProcessing/TaskProcessingTest.php @@ -302,7 +302,7 @@ class TaskProcessingTest extends \Test\TestCase { private \OCP\Share\IManager $shareManager; private IRootFolder $rootFolder; - const TEST_USER = 'testuser'; + public const TEST_USER = 'testuser'; protected function setUp(): void { parent::setUp(); |