Skip to content

Commit

Permalink
fix: update namespace of vfsStream class
Browse files Browse the repository at this point in the history
  • Loading branch information
ferox committed Jun 18, 2024
1 parent c298b87 commit 3d1d8de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/Api/ApiRequester.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

namespace OCA\Libresign\Tests\Api;

use bovigo\vfs\vfsStream;
use ByJG\ApiTools\AbstractRequester;
use ByJG\Util\Psr7\Response;
use GuzzleHttp\Psr7\Stream;
use OC\AppFramework\Http\Request;
use OCP\IRequest;
use OCP\IRequestId;
use org\bovigo\vfs\vfsStream;
use Psr\Http\Message\RequestInterface;
use Psr\Http\Message\ResponseInterface;
use Symfony\Component\Routing\RequestContext;
Expand Down
2 changes: 1 addition & 1 deletion tests/Api/Controller/AdminControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

namespace OCA\Libresign\Tests\Api\Controller;

use bovigo\vfs\vfsStream;
use donatj\MockWebServer\Response;
use OCA\Libresign\Tests\Api\ApiTestCase;
use org\bovigo\vfs\vfsStream;

/**
* @group DB
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Handler/OpenSslHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

use bovigo\vfs\vfsStream;
use OCA\Libresign\Handler\CertificateEngine\OpenSslHandler;
use OCP\AppFramework\Services\IAppConfig;
use OCP\Files\AppData\IAppDataFactory;
use OCP\IConfig;
use OCP\IDateTimeFormatter;
use OCP\ITempManager;
use org\bovigo\vfs\vfsStream;

final class OpenSslHandlerTest extends \OCA\Libresign\Tests\Unit\TestCase {
private IConfig $config;
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Service/InstallServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

namespace OCA\Libresign\Tests\Unit\Service;

use bovigo\vfs\vfsStream;
use OCA\Libresign\Handler\CertificateEngine\Handler as CertificateEngineHandler;
use OCA\Libresign\Service\Install\InstallService;
use OCA\Libresign\Service\Install\SignSetupService;
Expand All @@ -17,7 +18,6 @@
use OCP\Http\Client\IClientService;
use OCP\ICacheFactory;
use OCP\IConfig;
use org\bovigo\vfs\vfsStream;
use PHPUnit\Framework\MockObject\MockObject;
use Psr\Log\LoggerInterface;
use Symfony\Component\Console\Output\BufferedOutput;
Expand Down

0 comments on commit 3d1d8de

Please sign in to comment.