diff --git a/application/tests/Unit/Domain/TreeSourceServiceTest.php b/application/tests/Unit/Domain/SourceManagement/TreeSourceServiceTest.php similarity index 93% rename from application/tests/Unit/Domain/TreeSourceServiceTest.php rename to application/tests/Unit/Domain/SourceManagement/TreeSourceServiceTest.php index cb4fd81..8550efa 100644 --- a/application/tests/Unit/Domain/TreeSourceServiceTest.php +++ b/application/tests/Unit/Domain/SourceManagement/TreeSourceServiceTest.php @@ -1,6 +1,6 @@ createMock(SourceInterface::class); $leave2 = $this->createMock(SourceInterface::class); $leave3 = $this->createMock(SourceInterface::class);