mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Add more types
This commit is contained in:
parent
e52071a92c
commit
7abc8da7d3
71 changed files with 807 additions and 850 deletions
|
@ -193,6 +193,7 @@ class GitHubDriverTest extends TestCase
|
|||
|
||||
$data = $gitHubDriver->getComposerInformation($identifier);
|
||||
|
||||
$this->assertIsArray($data);
|
||||
$this->assertArrayNotHasKey('abandoned', $data);
|
||||
}
|
||||
|
||||
|
@ -230,6 +231,7 @@ class GitHubDriverTest extends TestCase
|
|||
|
||||
$data = $gitHubDriver->getComposerInformation($sha);
|
||||
|
||||
$this->assertIsArray($data);
|
||||
$this->assertTrue($data['abandoned']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue