diff --git a/tests/Service/TaskHandler/CloseDraftHandlerTest.php b/tests/Service/TaskHandler/CloseDraftHandlerTest.php index f9f86978..a5a6186e 100644 --- a/tests/Service/TaskHandler/CloseDraftHandlerTest.php +++ b/tests/Service/TaskHandler/CloseDraftHandlerTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Service\TaskHandler; +namespace App\Tests\Service\TaskHandler; use App\Api\Issue\NullIssueApi; use App\Api\PullRequest\NullPullRequestApi; diff --git a/tests/Service/TaskHandler/CloseStaleIssuesHandlerTest.php b/tests/Service/TaskHandler/CloseStaleIssuesHandlerTest.php index 6be14ddb..299b4ced 100644 --- a/tests/Service/TaskHandler/CloseStaleIssuesHandlerTest.php +++ b/tests/Service/TaskHandler/CloseStaleIssuesHandlerTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Service\TaskHandler; +namespace App\Tests\Service\TaskHandler; use App\Api\Issue\NullIssueApi; use App\Api\Label\NullLabelApi; diff --git a/tests/Service/TaskHandler/InformAboutClosingStaleIssuesHandlerTest.php b/tests/Service/TaskHandler/InformAboutClosingStaleIssuesHandlerTest.php index ff638eef..607bd4e5 100644 --- a/tests/Service/TaskHandler/InformAboutClosingStaleIssuesHandlerTest.php +++ b/tests/Service/TaskHandler/InformAboutClosingStaleIssuesHandlerTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Service\TaskHandler; +namespace App\Tests\Service\TaskHandler; use App\Api\Issue\NullIssueApi; use App\Api\Label\NullLabelApi; diff --git a/tests/Service/WipParserTest.php b/tests/Service/WipParserTest.php index e055ca37..b882c15c 100644 --- a/tests/Service/WipParserTest.php +++ b/tests/Service/WipParserTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Service; +namespace App\Tests\Service; use App\Service\WipParser; use PHPUnit\Framework\TestCase;