From a92ac687507592f12d86b802b8dc647878f0414b Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Sun, 18 Nov 2018 11:47:26 +0100 Subject: [PATCH] Implemented new recursion in test --- .../Domain/{ => SourceManagement}/TreeSourceServiceTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename application/tests/Unit/Domain/{ => SourceManagement}/TreeSourceServiceTest.php (93%) 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);