Skip to content

Commit 1397f2d

Browse files
authored
Fix namespaces for tests (#243)
1 parent 4df93e8 commit 1397f2d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/Service/TaskHandler/CloseDraftHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Service\TaskHandler;
5+
namespace App\Tests\Service\TaskHandler;
66

77
use App\Api\Issue\NullIssueApi;
88
use App\Api\PullRequest\NullPullRequestApi;

tests/Service/TaskHandler/CloseStaleIssuesHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Service\TaskHandler;
5+
namespace App\Tests\Service\TaskHandler;
66

77
use App\Api\Issue\NullIssueApi;
88
use App\Api\Label\NullLabelApi;

tests/Service/TaskHandler/InformAboutClosingStaleIssuesHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Service\TaskHandler;
5+
namespace App\Tests\Service\TaskHandler;
66

77
use App\Api\Issue\NullIssueApi;
88
use App\Api\Label\NullLabelApi;

tests/Service/WipParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Service;
5+
namespace App\Tests\Service;
66

77
use App\Service\WipParser;
88
use PHPUnit\Framework\TestCase;

0 commit comments

Comments
 (0)