Skip to content

Commit

Permalink
fix for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrothauer committed Nov 14, 2023
1 parent 9c19ba7 commit fac7a8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
14 changes: 0 additions & 14 deletions tests/Fixture/FormFieldOptionsFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,6 @@ public function init(): void
'name' => '',
'status' => 1,
],
[
'id' => 6,
'form_field_id' => 2,
'value' => 1,
'name' => '',
'status' => 1,
],
[
'id' => 7,
'form_field_id' => 2,
'value' => 0,
'name' => '',
'status' => 1,
],
[
'id' => 8,
'form_field_id' => 4,
Expand Down
6 changes: 0 additions & 6 deletions tests/Fixture/FormFieldsFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ public function init(): void
'identifier' => 'power_supply',
'status' => 1,
],
[
'id' => 2,
'name' => 'Fehler gefunden?',
'identifier' => 'defect_found',
'status' => 1,
],
[
'id' => 3,
'name' => 'Reparatur',
Expand Down

0 comments on commit fac7a8c

Please sign in to comment.