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:
parent
4071125172
commit
79da1c266e
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@ class EventTest extends TestCase
|
|||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Composer
|
||||
*/
|
||||
private function createComposerInstance()
|
||||
{
|
||||
$composer = new Composer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue