Skip to content

Commit

Permalink
Fix namespaces for tests (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored Sep 16, 2024
1 parent 4df93e8 commit 1397f2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/Service/TaskHandler/CloseDraftHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tests/Service/TaskHandler/CloseStaleIssuesHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tests/Service/WipParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Service;
namespace App\Tests\Service;

use App\Service\WipParser;
use PHPUnit\Framework\TestCase;
Expand Down

0 comments on commit 1397f2d

Please # to comment.