Lazily sort info providers list, to prevent unneccesarry work on most container calls

This commit is contained in:
Jan Böhmer 2023-07-19 00:11:19 +02:00
parent e2dbd3d873
commit 3a8c835880
2 changed files with 38 additions and 2 deletions

View file

@ -104,5 +104,7 @@ class ProviderRegistryTest extends TestCase
$this->getMockProvider('test2'),
$this->getMockProvider('test1'),
]);
$registry->getProviders();
}
}