mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
test: Fix namespace casing
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
f230abeef8
commit
1d6da9ab01
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ declare(strict_types=1);
|
|||
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
namespace OCA\files_external\tests\Config;
|
||||
namespace OCA\Files_External\Tests\Config;
|
||||
|
||||
use OCA\Files_External\Config\UserPlaceholderHandler;
|
||||
use OCP\IRequest;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ declare(strict_types=1);
|
|||
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
namespace OCA\files_external\tests\Storage;
|
||||
namespace OCA\Files_External\Tests\Storage;
|
||||
|
||||
use OCA\Files_External\Lib\Storage\AmazonS3;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue