diff --git a/typo3/sysext/backend/Tests/Functional/Form/FormDataProvider/TcaGroupTest.php b/typo3/sysext/backend/Tests/Functional/Form/FormDataProvider/TcaGroupTest.php index 98390ad223559556958bec9d9cd7230e9afb3ff4..4fb486bb304bcb310e4cb3205ff9cf4b3cf7cd50 100644 --- a/typo3/sysext/backend/Tests/Functional/Form/FormDataProvider/TcaGroupTest.php +++ b/typo3/sysext/backend/Tests/Functional/Form/FormDataProvider/TcaGroupTest.php @@ -2,7 +2,7 @@ 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. diff --git a/typo3/sysext/core/Tests/Acceptance/Application/Topbar/ModuleMenuButtonCest.php b/typo3/sysext/core/Tests/Acceptance/Application/Topbar/ModuleMenuButtonCest.php index 2d8fa92e573018ee2204ae789daaebc10ba13945..a2b9160fe0c0dde10bc5fbb70e4c041dc8ba4020 100644 --- a/typo3/sysext/core/Tests/Acceptance/Application/Topbar/ModuleMenuButtonCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Application/Topbar/ModuleMenuButtonCest.php @@ -15,7 +15,7 @@ declare(strict_types=1); * The TYPO3 project - inspiring people to share! */ -namespace TYPO3\core\Tests\Acceptance\Application\Topbar; +namespace TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar; use TYPO3\CMS\Core\Tests\Acceptance\Support\ApplicationTester; diff --git a/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/PublicPropertyDeprecationTraitTest.php b/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/PublicPropertyDeprecationTraitTest.php index 8906acbb06aae9e7cc4d2404288dc6b1db257433..22a75e0dd9029505a16e324173e01271900a139c 100644 --- a/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/PublicPropertyDeprecationTraitTest.php +++ b/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/PublicPropertyDeprecationTraitTest.php @@ -15,7 +15,7 @@ declare(strict_types=1); * 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\TestingFramework\Core\Unit\UnitTestCase;