Added tests for AIPlatformRegistry

This commit is contained in:
Jan Böhmer 2026-05-02 22:12:36 +02:00
parent e77b67445c
commit a2b9ee764d
2 changed files with 99 additions and 1 deletions

View file

@ -43,7 +43,6 @@ final readonly class AIPlatformRegistry
public function __construct(
SettingsManagerInterface $settingsManager,
#[AutowireIterator(tag: 'ai.platform', indexAttribute: 'name')]
iterable $platforms,
) {