diff options
author | Joas Schilling <coding@schilljs.com> | 2025-06-06 14:25:27 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-06-06 14:25:27 +0200 |
commit | 5026b434b43df054ebd94a055890e75977d1f052 (patch) | |
tree | 2c6e3b7e403f84b01fc42960a0d4900d0cfd4f82 | |
parent | 0ff7d3720ba8c1a5e88a75879ad6624831a6a9cf (diff) | |
download | nextcloud-server-ci/phpunit-10--process-isolation.tar.gz nextcloud-server-ci/phpunit-10--process-isolation.zip |
test: Fix namespace casingci/phpunit-10--process-isolation
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | apps/files_external/tests/Config/UserPlaceholderHandlerTest.php | 2 | ||||
-rw-r--r-- | apps/files_external/tests/Storage/Amazons3MultiPartTest.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/tests/Config/UserPlaceholderHandlerTest.php b/apps/files_external/tests/Config/UserPlaceholderHandlerTest.php index c46d3ed5010..b40e9461287 100644 --- a/apps/files_external/tests/Config/UserPlaceholderHandlerTest.php +++ b/apps/files_external/tests/Config/UserPlaceholderHandlerTest.php @@ -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; diff --git a/apps/files_external/tests/Storage/Amazons3MultiPartTest.php b/apps/files_external/tests/Storage/Amazons3MultiPartTest.php index 641f00d5147..93f2d7bf66e 100644 --- a/apps/files_external/tests/Storage/Amazons3MultiPartTest.php +++ b/apps/files_external/tests/Storage/Amazons3MultiPartTest.php @@ -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; |