Added tests for PCBnew BOM type

This commit is contained in:
Jan Böhmer 2023-03-16 23:32:12 +01:00
parent bd2559c37b
commit e444388517
4 changed files with 129 additions and 2 deletions

View file

@ -45,7 +45,7 @@ class BOMImporter
{
}
public function configureOptions(OptionsResolver $resolver): OptionsResolver
protected function configureOptions(OptionsResolver $resolver): OptionsResolver
{
$resolver->setRequired('type');
$resolver->setAllowedValues('type', ['kicad_pcbnew']);