mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 10:24:31 +02:00
Added tests for PCBnew BOM type
This commit is contained in:
parent
bd2559c37b
commit
e444388517
4 changed files with 129 additions and 2 deletions
|
@ -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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue