mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Add types to Util
tests (#10228)
This commit is contained in:
parent
d51c7685da
commit
2992e8651a
21 changed files with 268 additions and 49 deletions
|
@ -17,6 +17,9 @@ use PHPUnit\Framework\TestCase;
|
|||
|
||||
class HttpDownloaderTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @return \PHPUnit\Framework\MockObject\MockObject&\Composer\Config
|
||||
*/
|
||||
private function getConfigMock()
|
||||
{
|
||||
$config = $this->getMockBuilder('Composer\Config')->getMock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue