mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fixup
This commit is contained in:
parent
53680afb85
commit
d132b9e6fd
2 changed files with 6 additions and 8 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue