1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00
This commit is contained in:
Jordi Boggiano 2022-06-22 13:09:13 +02:00
parent 53680afb85
commit d132b9e6fd
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
2 changed files with 6 additions and 8 deletions

View file

@ -29,8 +29,7 @@ class DiagnoseCommandTest extends TestCase
$this->assertStringContainsString('Checking composer.json: <warning>WARNING</warning>
<warning>No license specified, it is recommended to do so. For closed-source software you may use "proprietary" as license.</warning>', $output);
$this->assertStringContainsString('Checking git settings: OK
Checking http connectivity to packagist: OK
$this->assertStringContainsString('Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking github.com rate limit: ', $output);
}
@ -47,8 +46,7 @@ Checking github.com rate limit: ', $output);
$output = $appTester->getDisplay(true);
$this->assertStringContainsString('Checking composer.json: OK', $output);
$this->assertStringContainsString('Checking git settings: OK
Checking http connectivity to packagist: OK
$this->assertStringContainsString('Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking github.com rate limit: ', $output);
}