mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-15 14:09:36 +00:00
Fixed phpunit tests
This commit is contained in:
parent
586375d921
commit
8ac8743792
1 changed files with 2 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ class BulkSearchResponseDTOTest extends KernelTestCase
|
|||
'manufacturing_status' => NULL,
|
||||
'provider_url' => NULL,
|
||||
'footprint' => NULL,
|
||||
'gtin' => NULL,
|
||||
),
|
||||
'source_field' => 'mpn',
|
||||
'source_keyword' => '1234',
|
||||
|
|
@ -129,6 +130,7 @@ class BulkSearchResponseDTOTest extends KernelTestCase
|
|||
'manufacturing_status' => NULL,
|
||||
'provider_url' => NULL,
|
||||
'footprint' => NULL,
|
||||
'gtin' => NULL,
|
||||
),
|
||||
'source_field' => 'name',
|
||||
'source_keyword' => '1234',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue