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 4dac6c5
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 @@ -14,7 +14,7 @@
use OC\AppFramework\Http\Request;
use OCP\IRequest;
use OCP\IRequestId;
use org\bovigo\vfs\vfsStream;
use 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 @@ -10,7 +10,7 @@

use donatj\MockWebServer\Response;
use OCA\Libresign\Tests\Api\ApiTestCase;
use org\bovigo\vfs\vfsStream;
use 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 @@ -12,7 +12,7 @@
use OCP\IConfig;
use OCP\IDateTimeFormatter;
use OCP\ITempManager;
use org\bovigo\vfs\vfsStream;
use 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 @@ -17,7 +17,7 @@
use OCP\Http\Client\IClientService;
use OCP\ICacheFactory;
use OCP\IConfig;
use org\bovigo\vfs\vfsStream;
use bovigo\vfs\vfsStream;
use PHPUnit\Framework\MockObject\MockObject;
use Psr\Log\LoggerInterface;
use Symfony\Component\Console\Output\BufferedOutput;
Expand Down

0 comments on commit 4dac6c5

Please sign in to comment.