mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Finalize phpstan level 6 for tests dir, closes #10159
This commit is contained in:
parent
a86046f9e4
commit
cb0293cf30
20 changed files with 136 additions and 17 deletions
|
@ -87,6 +87,10 @@ class ApplicationTest extends TestCase
|
|||
$application->doRun($inputMock, $outputMock);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $command
|
||||
* @return void
|
||||
*/
|
||||
public function ensureNoDevWarning($command)
|
||||
{
|
||||
$application = new Application;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue