Skip to content

Commit

Permalink
Test fixup: since #212 got sent, a new test was added to check CLI co…
Browse files Browse the repository at this point in the history
…mmand output
  • Loading branch information
Ocramius committed Jan 18, 2021
1 parent 1c25311 commit c19b7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ComposerRequireCheckerTest/Cli/CheckCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function testUnknownComposerSymbolFound(): void
$this->assertSame(Command::FAILURE, $this->commandTester->getStatusCode());
$display = $this->commandTester->getDisplay();

$this->assertStringContainsString('The following unknown symbols were found:', $display);
$this->assertStringContainsString('The following 1 unknown symbols were found:', $display);
$this->assertStringContainsString('Composer\InstalledVersions', $display);
}

Expand Down

0 comments on commit c19b7f9

Please sign in to comment.