mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-30 15:55:54 +02:00
Lazily sort info providers list, to prevent unneccesarry work on most container calls
This commit is contained in:
parent
e2dbd3d873
commit
3a8c835880
2 changed files with 38 additions and 2 deletions
|
@ -104,5 +104,7 @@ class ProviderRegistryTest extends TestCase
|
|||
$this->getMockProvider('test2'),
|
||||
$this->getMockProvider('test1'),
|
||||
]);
|
||||
|
||||
$registry->getProviders();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue