Skip to content

Commit

Permalink
OXDEV-8215: Revert NamespaceMapperTest lines
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Jul 30, 2024
1 parent ca18cbd commit 405034f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/Shared/Service/NamespaceMapperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ public function testGetTypeNamespaceMapping(): void
$this->namespacePrefix . '\\Shared\\DataType' =>
$this->srcPath . '/Shared/Service/../../Shared/DataType/',
$this->namespacePrefix . '\\Theme\\DataType' =>
$this->srcPath . '/Theme/Service/../../Theme/DataType/',
$this->srcPath . '/Shared/Service/../../Theme/DataType/',
$this->namespacePrefix . '\\Module\\DataType' =>
$this->srcPath . '/Module/Service/../../Module/DataType/',
$this->srcPath . '/Shared/Service/../../Module/DataType/',
];

$sut = $this->getSut();
Expand Down

0 comments on commit 405034f

Please sign in to comment.