Skip to content

Commit

Permalink
GL-2039-1: Added assertion to kill MethodCallRemoval mutant.
Browse files Browse the repository at this point in the history
  • Loading branch information
akashkska committed Mar 1, 2024
1 parent d4c44fb commit 1b3f0f3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,8 @@ public function testCommand(array $mockedGitlabProjects, array $inputs, array $a

/** @var Filesystem|ObjectProphecy $fileSystem */
$fileSystem = $this->prophet->prophesize(Filesystem::class);
$checkList = $this->prophet->prophesize(Checklist::class);

Check failure on line 353 in tests/phpunit/src/Commands/CodeStudio/CodeStudioWizardCommandTest.php

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04, 8.1, none)

Class Acquia\Cli\Tests\Commands\CodeStudio\Checklist not found.

Check failure on line 353 in tests/phpunit/src/Commands/CodeStudio/CodeStudioWizardCommandTest.php

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04, 8.2, none)

Class Acquia\Cli\Tests\Commands\CodeStudio\Checklist not found.

Check failure on line 353 in tests/phpunit/src/Commands/CodeStudio/CodeStudioWizardCommandTest.php

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04, 8.3, none)

Class Acquia\Cli\Tests\Commands\CodeStudio\Checklist not found.

Check failure on line 353 in tests/phpunit/src/Commands/CodeStudio/CodeStudioWizardCommandTest.php

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04, 8.1, none)

Class Acquia\Cli\Tests\Commands\CodeStudio\Checklist not found.

Check failure on line 353 in tests/phpunit/src/Commands/CodeStudio/CodeStudioWizardCommandTest.php

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04, 8.2, none)

Class Acquia\Cli\Tests\Commands\CodeStudio\Checklist not found.

Check failure on line 353 in tests/phpunit/src/Commands/CodeStudio/CodeStudioWizardCommandTest.php

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04, 8.3, none)

Class Acquia\Cli\Tests\Commands\CodeStudio\Checklist not found.
$checkList->completePreviousItem()->shouldBeCalled();
// Set properties and execute.
$this->executeCommand($args, $inputs);
$output = $this->getDisplay();
Expand Down

0 comments on commit 1b3f0f3

Please sign in to comment.