We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b53266 commit cfecbe8Copy full SHA for cfecbe8
2 files changed
tests/php/Unit/Handler/PdfTest.php
@@ -5,7 +5,6 @@
5
6
namespace OCA\Libresign\Tests\Unit\Handler;
7
8
-use RuntimeException;
9
use OCA\Libresign\AppInfo\Application;
10
use OCA\Libresign\Exception\LibresignException;
11
use OCA\Libresign\Handler\PdfTk\Pdf;
@@ -14,6 +13,7 @@
14
13
use OCP\IL10N;
15
use OCP\L10N\IFactory as IL10NFactory;
16
use PHPUnit\Framework\MockObject\MockObject;
+use RuntimeException;
17
18
/**
19
* SPDX-FileCopyrightText: 2025 LibreCode coop and contributors
tests/php/Unit/Service/SignFileServiceTest.php
@@ -9,8 +9,8 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
12
-use DateTime;
use bovigo\vfs\vfsStream;
+use DateTime;
use OC\User\NoUserException;
use OCA\Libresign\BackgroundJob\SignSingleFileJob;
use OCA\Libresign\Db\File;
0 commit comments