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

Add types to Script tests (#10220)

This commit is contained in:
Martin Herndl 2021-10-26 21:08:54 +02:00 committed by GitHub
parent 4071125172
commit 79da1c266e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,9 @@ class EventTest extends TestCase
);
}
/**
* @return Composer
*/
private function createComposerInstance()
{
$composer = new Composer;