Skip to content

Commit

Permalink
Remove some methods that are not currently used
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMikes committed Apr 27, 2024
1 parent 72aa471 commit 69c62d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/End2End/GitLabTaskJobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ final class GitLabTaskJobTest extends KernelTestCase
private ProjectsCollection $projectsCollection;
private Clock $clock;
private StatefulRandomPostfixProvideBranchName $branchNameProvider;
private ProvideReadProcessesByJobId $provideReadProcessesByJobId;
//private ProvideReadProcessesByJobId $provideReadProcessesByJobId;


protected function setUp(): void
Expand All @@ -65,7 +65,7 @@ protected function setUp(): void
$this->jobsCollection = $container->get(JobsCollection::class);
$this->projectsCollection = $container->get(ProjectsCollection::class);
$this->clock = $container->get(Clock::class);
$this->provideReadProcessesByJobId = $container->get(ProvideReadProcessesByJobId::class);
// $this->provideReadProcessesByJobId = $container->get(ProvideReadProcessesByJobId::class);

$authentication = new GitRepositoryAuthentication($username, $personalAccessToken);
$this->gitlabRepository = new RemoteGitRepository($repositoryUri, $authentication);
Expand Down

0 comments on commit 69c62d6

Please sign in to comment.