1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Uniformize command description format, fixes #10971

This commit is contained in:
Jordi Boggiano 2022-08-16 10:28:59 +02:00
parent d1f36f43c1
commit 7377d1f003
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
32 changed files with 32 additions and 32 deletions

View file

@ -108,7 +108,7 @@ class RunScriptCommandTest extends TestCase
$output = $appTester->getDisplay();
$this->assertStringContainsString('Runs the test script as defined in composer.json.', $output, 'The default description for the test script should be printed');
$this->assertStringContainsString('Runs the test script as defined in composer.json', $output, 'The default description for the test script should be printed');
$this->assertStringContainsString('Run the codestyle fixer', $output, 'The custom description for the fix-cs script should be printed');
}