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 6bee565 commit 43e8602Copy full SHA for 43e8602
1 file changed
tests/php/Unit/Service/Install/SignSetupServiceTest.php
@@ -13,12 +13,12 @@
13
use OC\IntegrityCheck\Helpers\FileAccessHelper;
14
use OCA\Libresign\AppInfo\Application;
15
use OCA\Libresign\Service\Install\SignSetupService;
16
+use OCA\Libresign\Vendor\phpseclib\Crypt\RSA;
17
use OCP\App\IAppManager;
18
use OCP\Files\AppData\IAppDataFactory;
19
use OCP\IAppConfig;
20
use OCP\IConfig;
21
use OCP\ITempManager;
-use phpseclib\Crypt\RSA;
22
use phpseclib\File\X509;
23
use PHPUnit\Framework\Attributes\DataProvider;
24
use PHPUnit\Framework\MockObject\MockObject;
0 commit comments