Skip to content
Snippets Groups Projects
Commit a8a7a8cf authored by Benni Mack's avatar Benni Mack Committed by Anja Leichsenring
Browse files

[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: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent cbe2ccc9
Branches
Tags
No related merge requests found
......@@ -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;
......
......@@ -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;
......
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