From a8a7a8cf5cb2c558a320a94ae94e595d749b8a75 Mon Sep 17 00:00:00 2001 From: Benni Mack <benni@typo3.org> Date: Wed, 15 Apr 2020 22:42:30 +0200 Subject: [PATCH] [BUGFIX] Fix namespaces in tests Resolves: #91053 Releases: master Change-Id: I96108a509c7e9d95e9bd88b9c6b53dbfc37acd5b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64193 Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by: TYPO3com <noreply@typo3.com> Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de> --- .../Tests/Unit/DependencyInjection/DashboardWidgetPassTest.php | 2 +- .../Updates/RowUpdater/WorkspaceVersionRecordMigrationTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/typo3/sysext/dashboard/Tests/Unit/DependencyInjection/DashboardWidgetPassTest.php b/typo3/sysext/dashboard/Tests/Unit/DependencyInjection/DashboardWidgetPassTest.php index ce882733222e..2d410a3c79fe 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 0cf5f6341dbf..a03db06435ea 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; -- GitLab