Skip to content
Snippets Groups Projects
Commit d3ecc6f3 authored by Stefan Bürk's avatar Stefan Bürk Committed by Christian Kuhn
Browse files

[TASK] Use proper PSR-4 compatible namespaces 3

This patch adjustes invalid namespaces uses in some files
to ensure PSR-4 loading compatibility.

Resolves: #97793
Releases: main, 11.5, 10.4
Change-Id: Ib8e0a1fd2b0c6493a7cda9d4360abec90b80ade4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74956


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 919fc6b0
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace TYPO3\CMS\Core\Tests\Functional\Database; namespace TYPO3\CMS\Backend\Tests\Functional\Form\FormDataProvider;
/* /*
* This file is part of the TYPO3 CMS project. * This file is part of the TYPO3 CMS project.
......
...@@ -15,7 +15,7 @@ declare(strict_types=1); ...@@ -15,7 +15,7 @@ declare(strict_types=1);
* The TYPO3 project - inspiring people to share! * The TYPO3 project - inspiring people to share!
*/ */
namespace TYPO3\core\Tests\Acceptance\Backend\Topbar; namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Topbar;
use TYPO3\CMS\Core\Tests\Acceptance\Support\BackendTester; use TYPO3\CMS\Core\Tests\Acceptance\Support\BackendTester;
......
...@@ -15,7 +15,7 @@ declare(strict_types=1); ...@@ -15,7 +15,7 @@ declare(strict_types=1);
* The TYPO3 project - inspiring people to share! * The TYPO3 project - inspiring people to share!
*/ */
namespace TYPO3\CMS\Core\Tests\Unit\Compatibility; namespace TYPO3\CMS\Core\Tests\UnitDeprecated\Compatibility;
use TYPO3\CMS\Core\Compatibility\PublicPropertyDeprecationTrait; use TYPO3\CMS\Core\Compatibility\PublicPropertyDeprecationTrait;
use TYPO3\TestingFramework\Core\Unit\UnitTestCase; use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment