diff --git a/typo3/sysext/dashboard/Tests/Unit/DependencyInjection/DashboardWidgetPassTest.php b/typo3/sysext/dashboard/Tests/Unit/DependencyInjection/DashboardWidgetPassTest.php index ce882733222e5b2ef56c592dab4095e96c138e52..2d410a3c79fe0454089f76bad2fa7b703f30f030 100644 --- a/typo3/sysext/dashboard/Tests/Unit/DependencyInjection/DashboardWidgetPassTest.php +++ b/typo3/sysext/dashboard/Tests/Unit/DependencyInjection/DashboardWidgetPassTest.php @@ -15,7 +15,7 @@ declare(strict_types=1); * The TYPO3 project - inspiring people to share! */ -namespace TYPO3\CMS\Dashboard\Tests\Unit; +namespace TYPO3\CMS\Dashboard\Tests\Unit\DependencyInjection; use Prophecy\Argument; use Symfony\Component\DependencyInjection\ContainerBuilder; diff --git a/typo3/sysext/install/Tests/Functional/Updates/RowUpdater/WorkspaceVersionRecordMigrationTest.php b/typo3/sysext/install/Tests/Functional/Updates/RowUpdater/WorkspaceVersionRecordMigrationTest.php index 0cf5f6341dbff68924d99dbc5341ddb24317cd04..a03db06435ea9a423122b9a94f3a7ccfaab27bbd 100644 --- a/typo3/sysext/install/Tests/Functional/Updates/RowUpdater/WorkspaceVersionRecordMigrationTest.php +++ b/typo3/sysext/install/Tests/Functional/Updates/RowUpdater/WorkspaceVersionRecordMigrationTest.php @@ -15,7 +15,7 @@ declare(strict_types=1); * The TYPO3 project - inspiring people to share! */ -namespace TYPO3\CMS\Install\Tests\Functional\RowUpdater; +namespace TYPO3\CMS\Install\Tests\Functional\Updates\RowUpdater; use PHPUnit\Framework\MockObject\MockObject; use TYPO3\CMS\Install\Updates\RowUpdater\WorkspaceVersionRecordsMigration;